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