orthoInverse static method

void orthoInverse(
  1. Float32List matrix,
  2. 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) {}