Skip to content

Documentation / @ripl/3d / mat4Clone

Function: mat4Clone() ​

mat4Clone(m): Matrix4

Defined in: 3d/src/math/matrix.ts:33

Returns a copy of the given matrix.

Parameters ​

ParameterType
mMatrix4

Returns ​

Matrix4