Page logoMath sketchbook

Documentation for rotateXMV

Signature

rotateXMV(angle)

Description

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

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

Variants

  • rotateXMV(scalar) -> matrix

Examples

See also