Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 585 Bytes

decentraland-ecs.quaternion.torotationmatrix.md

File metadata and controls

20 lines (13 loc) · 585 Bytes

Home > decentraland-ecs > Quaternion > toRotationMatrix

Quaternion.toRotationMatrix method

Updates the given rotation matrix with the current quaternion values

Signature:

toRotationMatrix(result: Matrix): Quaternion;

Returns: Quaternion

the current unchanged quaternion

Parameters

Parameter Type Description
result Matrix defines the target matrix