| Modifier and Type | Method and Description |
|---|---|
Matrixf |
abs() |
Matrixf |
ceil() |
float |
determinant() |
Matrixf |
div(float a) |
Matrixf |
floor() |
float |
get(int row,
int col) |
Vectorf |
getColumn(int col) |
Vectorf |
getRow(int row) |
Matrixf |
invert() |
Matrixf |
mul(float a) |
Matrixf |
negate() |
Matrixf |
pow(float pow) |
Matrixf |
round() |
float[] |
toArray(boolean columnMajor) |
Matrixd |
toDouble() |
Matrixf |
toFloat() |
float |
trace() |
Matrixf |
transpose() |
float get(int row,
int col)
Vectorf getRow(int row)
Vectorf getColumn(int col)
Matrixf mul(float a)
Matrixf div(float a)
Matrixf pow(float pow)
Matrixf ceil()
Matrixf floor()
Matrixf round()
Matrixf abs()
Matrixf negate()
Matrixf transpose()
float trace()
float determinant()
Matrixf invert()
float[] toArray(boolean columnMajor)
Matrixf toFloat()
Matrixd toDouble()
Copyright © 2013–2016 Flow Powered. All rights reserved.