rotationX method

T rotationX(
  1. double radians
)

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

Implementation

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