transpose static method

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

Transpose the 4x4 matrix starting at offset.

Implementation

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