rotationY4
constrotationY4:DualFn<(a) =>m4x4f>
Defined in: packages/typegpu/src/data/matrix.ts:643
Creates a 4-by-4 matrix which rotates around the y-axis by the given angle.
The angle by which to rotate (in radians).
Returns
Section titled βReturnsβThe rotation matrix.