Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 626 Bytes

decentraland-ecs.matrix.fromquaterniontoref.md

File metadata and controls

19 lines (13 loc) · 626 Bytes

Home > decentraland-ecs > Matrix > FromQuaternionToRef

Matrix.FromQuaternionToRef method

Creates a rotation matrix from a quaternion and stores it in a target matrix

Signature:

static FromQuaternionToRef(quat: Quaternion, result: Matrix): void;

Returns: void

Parameters

Parameter Type Description
quat Quaternion defines the quaternion to use
result Matrix defines the target matrix