Page logoMath sketchbook

Documentation for rotateXVM

Signature

rotateXVM(angle)

Description

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

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

Variants

  • rotateXVM(scalar) -> matrix

Examples

See also