Quat.__mul

Kind: Operation

Environments: Game, Terrain

Game

Quat * Quat
Quat * Vec3

Open the full Game reference

Operations:

Operation Returns Description
Quat * Quat Quat Returns the Hamilton product of two quaternions.
Quat * Vec3 Vec3 Returns the rotation by a quaternion on a vector.

Terrain

Quat * Quat
Quat * Vec3

Open the full Terrain reference

Operations:

Operation Returns Description
Quat * Quat Quat Returns the Hamilton product of two quaternions.
Quat * Vec3 Vec3 Returns the rotation by a quaternion on a vector.