Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 569 Bytes

decentraland-ecs.matrix.tonormalmatrix.md

File metadata and controls

18 lines (12 loc) · 569 Bytes

Home > decentraland-ecs > Matrix > toNormalMatrix

Matrix.toNormalMatrix method

Writes to the given matrix a normal matrix, computed from this one (using values from identity matrix for fourth row and column).

Signature:

toNormalMatrix(ref: Matrix): void;

Returns: void

Parameters

Parameter Type Description
ref Matrix matrix to store the result