Page logoMath sketchbook

Documentation for rotateZMV

Signature

rotateZMV(angle)

Description

The rotateZMV() function generates a 4x4 matrix based on a given angle (in radians) that rotates around Z.

This function assumes the use of MV multiplication order: matrix * vector.

Variants

  • rotateZMV(scalar) -> matrix

Examples

See also