computeCachedInverse Method

Compute the inverse of this Matrix3d. The inverse is stored in this.inverseCoffs for later use.

computeCachedInverse(useCacheIfAvailable: boolean): boolean

@returns return true if the inverse is computed. Return false if matrix is singular.

Parameter Type Description
useCacheIfAvailable boolean if true, use the previously computed inverse if available. If false,
recompute the inverse.

Returns - boolean

return true if the inverse is computed. Return false if matrix is singular.

Defined in

Last Updated: 13 May, 2024