Package org.lwjglx.util.vector
Class Matrix3f
java.lang.Object
org.lwjglx.util.vector.Matrix
org.lwjglx.util.vector.Matrix3f
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrix3f
float
invert()
static Matrix3f
load
(FloatBuffer floatBuffer) static Matrix3f
loadTranspose
(FloatBuffer floatBuffer) static Matrix3f
negate()
static Matrix3f
static Matrix3f
setIdentity
(Matrix3f matrix3f) setZero()
static Matrix3f
store
(FloatBuffer floatBuffer) storeTranspose
(FloatBuffer floatBuffer) static Matrix3f
toString()
static Vector3f
static Matrix3f
-
Field Details
-
m00
public float m00 -
m01
public float m01 -
m02
public float m02 -
m10
public float m10 -
m11
public float m11 -
m12
public float m12 -
m20
public float m20 -
m21
public float m21 -
m22
public float m22
-
-
Constructor Details
-
Matrix3f
public Matrix3f()
-
-
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
-
determinant
public float determinant()- Specified by:
determinant
in classMatrix
-
toString
-
invert
-
invert
-
negate
-
negate
-
negate
-
setIdentity
- Specified by:
setIdentity
in classMatrix
-
setIdentity
-
setZero
-
setZero
-