clone Method
return a clone of this matrix.
- coefficients are copied.
- inverse coefficients are NOT copied.
- inverse status is set to unknown
clone(result?: Matrix3d): Matrix3d
Parameter | Type | Description |
---|---|---|
result | Matrix3d |
Returns - Matrix3d
Defined in
- geometry3d/Matrix3d.ts Line 473
Last Updated: 11 June, 2024