createCapture MethodStatic

Create a Matrix3d with caller-supplied coefficients and optional inverse coefficients.

  • The inputs are captured into the new Matrix3d.
  • The caller is responsible for validity of the inverse coefficients.

createCapture(coffs: Float64Array, inverseCoffs?: Float64Array): Matrix3d

Parameter Type Description
coffs Float64Array (required) array of 9 coefficients.
inverseCoffs Float64Array (optional) array of 9 coefficients.

Returns - a Matrix3d populated by a coffs array.

Defined in

Last Updated: 08 January, 2020