Page logoMath sketchbook

Documentation for rotateYMV

Signature

rotateYMV(angle)

Description

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

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

Variants

  • rotateYMV(scalar) -> matrix

Examples

See also