transpose method

void transpose (Float32List matrix, int offset)

Transpose the 4x4 matrix starting at offset.

Implementation

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