Package org.lwjglx.util.vector
Class Matrix2f
java.lang.Object
org.lwjglx.util.vector.Matrix
org.lwjglx.util.vector.Matrix2f
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrix2f
float
invert()
static Matrix2f
load
(FloatBuffer floatBuffer) static Matrix2f
loadTranspose
(FloatBuffer floatBuffer) static Matrix2f
negate()
static Matrix2f
static Matrix2f
setIdentity
(Matrix2f matrix2f) setZero()
static Matrix2f
store
(FloatBuffer floatBuffer) storeTranspose
(FloatBuffer floatBuffer) static Matrix2f
toString()
static Vector2f
static Matrix2f
-
Field Details
-
m00
public float m00 -
m01
public float m01 -
m10
public float m10 -
m11
public float m11
-
-
Constructor Details
-
Matrix2f
public Matrix2f() -
Matrix2f
-
-
Method Details
-
load
-
load
-
load
-
loadTranspose
- Specified by:
loadTranspose
in classMatrix
-
store
-
storeTranspose
- Specified by:
storeTranspose
in classMatrix
-
add
-
sub
-
mul
-
transform
-
transpose
-
transpose
-
transpose
-
invert
-
invert
-
toString
-
negate
-
negate
-
negate
-
setIdentity
- Specified by:
setIdentity
in classMatrix
-
setIdentity
-
setZero
-
setZero
-
determinant
public float determinant()- Specified by:
determinant
in classMatrix
-