Reference mult()

mult()

Multiplies a quaternion with other quaternion.

Examples

Syntax

mult([quat])

Parameters

quat
p5.Quat: quaternion to multiply with the quaternion calling the method.

Related References