transpose33 static method

void transpose33(
  1. Float32List matrix,
  2. int offset
)

Transpose the upper 3x3 of the 4x4 matrix starting at offset.

Implementation

static void transpose33(Float32List matrix, int offset) {}