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