orthoInverse static method
- Float32List matrix,
- int offset
Perform a 4x4 transformation matrix inverse. Assumes the upper 3x3 is orthonormal (i.e. does not contain any scale).
Implementation
static void orthoInverse(Float32List matrix, int offset) {}