public interface Matrixf
-
Method Details
-
get
float get(int row, int col) -
row
-
column
-
mul
-
div
-
pow
-
ceil
Matrixf ceil() -
floor
Matrixf floor() -
round
Matrixf round() -
abs
Matrixf abs() -
negate
Matrixf negate() -
transpose
Matrixf transpose() -
trace
float trace() -
determinant
float determinant() -
invert
Matrixf invert() -
toArray
float[] toArray(boolean columnMajor) -
toFloat
Matrixf toFloat() -
toDouble
Matrixd toDouble()
-