rotationY method

T rotationY(
  1. double radians
)

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

Implementation

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