createInverse Method

Compute an inverse matrix.

  • This uses direct formulas with various determinants.
  • If result is given, it is ALWAYS filled with values "prior to dividing by the determinant". *

createInverse(result?: Matrix4d): Matrix4d | undefined

Parameter Type Description
result Matrix4d  

Returns - undefined if dividing by the determinant looks unsafe.

Defined in

Last Updated: 08 January, 2020