rotationZ method

T rotationZ(
  1. double radians
)

Creates an Attribute instance with a Matrix4 rotated around the z-axis.

Implementation

T rotationZ(double radians) => builder(Matrix4.rotationZ(radians));