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  

Defined in

Last Updated: 08 January, 2020