Matrix3d.cofactor

Compute the cofactor matrix of <code>this</code>. <p> The cofactor matrix can be used instead of {@link #normal()} to transform normals when the orientation of the normals with respect to the surface should be preserved.

@return this

  1. Matrix3d cofactor()
    struct Matrix3d
    ref public return
    cofactor
    ()
  2. Matrix3d cofactor(Matrix3d dest)

Meta