All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
Matrix2f |
abs() |
Matrix2f |
add(Matrix2f m) |
Matrix2f |
ceil() |
Matrix2f |
clone() |
static Matrix2f |
createRotation(Complexf rot) |
static Matrix2f |
createScaling(double scale) |
static Matrix2f |
createScaling(double x,
double y) |
static Matrix2f |
createScaling(float scale) |
static Matrix2f |
createScaling(float x,
float y) |
static Matrix2f |
createScaling(Vector2f v) |
static Matrix2f |
createTranslation(double x) |
static Matrix2f |
createTranslation(float x) |
float |
determinant() |
Matrix2f |
div(double a) |
Matrix2f |
div(float a) |
Matrix2f |
div(Matrix2f m) |
boolean |
equals(Object o) |
Matrix2f |
floor() |
static Matrix2f |
from(float n) |
static Matrix2f |
from(float m00,
float m01,
float m10,
float m11) |
static Matrix2f |
fromDiagonal(float m00,
float m11) |
float |
get(int row,
int col) |
Vector2f |
getColumn(int col) |
Vector2f |
getRow(int row) |
int |
hashCode() |
Matrix2f |
invert() |
Matrix2f |
mul(double a) |
Matrix2f |
mul(float a) |
Matrix2f |
mul(Matrix2f m) |
Matrix2f |
negate() |
Matrix2f |
pow(double pow) |
Matrix2f |
pow(float pow) |
Matrix2f |
rotate(Complexf rot) |
Matrix2f |
round() |
Matrix2f |
scale(double scale) |
Matrix2f |
scale(double x,
double y) |
Matrix2f |
scale(float scale) |
Matrix2f |
scale(float x,
float y) |
Matrix2f |
scale(Vector2f v) |
Matrix2f |
sub(Matrix2f m) |
float[] |
toArray() |
float[] |
toArray(boolean columnMajor) |
Matrix2d |
toDouble() |
Matrix2f |
toFloat() |
Matrix3f |
toMatrix3() |
Matrix4f |
toMatrix4() |
MatrixNf |
toMatrixN() |
String |
toString() |
float |
trace() |
Vector2f |
transform(double x,
double y) |
Vector2f |
transform(float x,
float y) |
Vector2f |
transform(Vector2f v) |
Matrix2f |
translate(double x) |
Matrix2f |
translate(float x) |
Matrix2f |
transpose() |