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.
Notice any errors or typos? Please let us know. Please feel free to edit src/webgl/p5.Quat.js and open a pull request!

Related References