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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Matrix2ffloatinvert()static Matrix2fload(FloatBuffer floatBuffer) static Matrix2floadTranspose(FloatBuffer floatBuffer) static Matrix2fnegate()static Matrix2fstatic Matrix2fsetIdentity(Matrix2f matrix2f) setZero()static Matrix2fstore(FloatBuffer floatBuffer) storeTranspose(FloatBuffer floatBuffer) static Matrix2ftoString()static Vector2fstatic 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:
loadTransposein classMatrix
-
store
-
storeTranspose
- Specified by:
storeTransposein classMatrix
-
add
-
sub
-
mul
-
transform
-
transpose
-
transpose
-
transpose
-
invert
-
invert
-
toString
-
negate
-
negate
-
negate
-
setIdentity
- Specified by:
setIdentityin classMatrix
-
setIdentity
-
setZero
-
setZero
-
determinant
public float determinant()- Specified by:
determinantin classMatrix
-