normalize33 static method
- Float32List matrix,
- int offset
Normalize the upper 3x3 of the 4x4 matrix
starting at offset
.
Implementation
static void normalize33(Float32List matrix, int offset) {}
Normalize the upper 3x3 of the 4x4 matrix
starting at offset
.
static void normalize33(Float32List matrix, int offset) {}