Skip to content

rotationZ4

const rotationZ4: 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).

The rotation matrix.