Package org.joml
Class Matrix3x2f
java.lang.Object
org.joml.Matrix3x2f
- All Implemented Interfaces:
Externalizable,Serializable,Matrix3x2fc
- Direct Known Subclasses:
Matrix3x2fStack
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMatrix3x2f(float float1, float float2, float float3, float float4, float float5, float float6) Matrix3x2f(FloatBuffer floatBuffer) Matrix3x2f(Matrix2fc matrix2fc) Matrix3x2f(Matrix3x2fc matrix3x2fc) -
Method Summary
Modifier and TypeMethodDescriptionfloatbooleanbooleanequals(Matrix3x2fc matrix3x2fc, float float1) float[]get(float[] floatArray) float[]get(float[] floatArray, int int1) get(int int1, ByteBuffer byteBuffer) get(int int1, FloatBuffer floatBuffer) get(ByteBuffer byteBuffer) get(FloatBuffer floatBuffer) get(Matrix3x2f matrix3x2f) float[]get3x3(float[] floatArray) float[]get3x3(float[] floatArray, int int1) get3x3(int int1, ByteBuffer byteBuffer) get3x3(int int1, FloatBuffer floatBuffer) get3x3(ByteBuffer byteBuffer) get3x3(FloatBuffer floatBuffer) float[]get4x4(float[] floatArray) float[]get4x4(float[] floatArray, int int1) get4x4(int int1, ByteBuffer byteBuffer) get4x4(int int1, FloatBuffer floatBuffer) get4x4(ByteBuffer byteBuffer) get4x4(FloatBuffer floatBuffer) getToAddress(long long1) inthashCode()identity()invert()invert(Matrix3x2f matrix3x2f) booleanisFinite()floatm00()floatm01()floatm10()floatm11()floatm20()floatm21()mul(Matrix3x2fc matrix3x2fc) mul(Matrix3x2fc matrix3x2fc, Matrix3x2f matrix3x2f) mulLocal(Matrix3x2fc matrix3x2fc) mulLocal(Matrix3x2fc matrix3x2fc, Matrix3x2f matrix3x2f) normalizedPositiveX(Vector2f vector2f) normalizedPositiveY(Vector2f vector2f) voidreadExternal(ObjectInput objectInput) rotate(float float1) rotate(float float1, Matrix3x2f matrix3x2f) rotateAbout(float float1, float float2, float float3) rotateAbout(float float1, float float2, float float3, Matrix3x2f matrix3x2f) rotateLocal(float float1) rotateLocal(float float1, Matrix3x2f matrix3x2f) rotateTo(Vector2fc vector2fc, Vector2fc vector2fc2, Matrix3x2f matrix3x2f) rotation(float float1) scale(float float1) scale(float float1, float float2) scale(float float1, float float2, Matrix3x2f matrix3x2f) scale(float float1, Matrix3x2f matrix3x2f) scale(Vector2fc vector2fc, Matrix3x2f matrix3x2f) scaleAround(float float1, float float2, float float3) scaleAround(float float1, float float2, float float3, float float4) scaleAround(float float1, float float2, float float3, float float4, Matrix3x2f matrix3x2f) scaleAround(float float1, float float2, float float3, Matrix3x2f matrix3x2f) scaleAroundLocal(float float1, float float2, float float3) scaleAroundLocal(float float1, float float2, float float3, float float4, float float5, float float6) scaleAroundLocal(float float1, float float2, float float3, float float4, Matrix3x2f matrix3x2f) scaleAroundLocal(float float1, float float2, float float3, Matrix3x2f matrix3x2f) scaleLocal(float float1) scaleLocal(float float1, float float2) scaleLocal(float float1, float float2, Matrix3x2f matrix3x2f) scaleLocal(float float1, Matrix3x2f matrix3x2f) scaling(float float1) scaling(float float1, float float2) set(float[] floatArray) set(float float1, float float2, float float3, float float4, float float5, float float6) set(ByteBuffer byteBuffer) set(FloatBuffer floatBuffer) set(Matrix3x2fc matrix3x2fc) setFromAddress(long long1) setTranslation(float float1, float float2) setTranslation(Vector2f vector2f) setView(float float1, float float2, float float3, float float4) shearX(float float1) shearX(float float1, Matrix3x2f matrix3x2f) shearY(float float1) shearY(float float1, Matrix3x2f matrix3x2f) booleantestAar(float float1, float float2, float float3, float float4) booleantestCircle(float float1, float float2, float float3) booleantestPoint(float float1, float float2) toString()toString(NumberFormat numberFormat) transformDirection(float float1, float float2, Vector2f vector2f) transformDirection(Vector2f vector2f) transformDirection(Vector2fc vector2fc, Vector2f vector2f) transformPosition(float float1, float float2, Vector2f vector2f) transformPosition(Vector2f vector2f) transformPosition(Vector2fc vector2fc, Vector2f vector2f) translate(float float1, float float2) translate(float float1, float float2, Matrix3x2f matrix3x2f) translate(Vector2fc vector2fc, Matrix3x2f matrix3x2f) translateLocal(float float1, float float2) translateLocal(float float1, float float2, Matrix3x2f matrix3x2f) translateLocal(Vector2fc vector2fc) translateLocal(Vector2fc vector2fc, Matrix3x2f matrix3x2f) translation(float float1, float float2) translation(Vector2fc vector2fc) unprojectInv(float float1, float float2, int[] intArray, Vector2f vector2f) view(float float1, float float2, float float3, float float4) view(float float1, float float2, float float3, float float4, Matrix3x2f matrix3x2f) float[]viewArea(float[] floatArray) voidwriteExternal(ObjectOutput objectOutput) zero()
-
Field Details
-
m00
public float m00 -
m01
public float m01 -
m10
public float m10 -
m11
public float m11 -
m20
public float m20 -
m21
public float m21
-
-
Constructor Details
-
Matrix3x2f
public Matrix3x2f() -
Matrix3x2f
-
Matrix3x2f
-
Matrix3x2f
public Matrix3x2f(float float1, float float2, float float3, float float4, float float5, float float6) -
Matrix3x2f
-
-
Method Details
-
m00
public float m00()- Specified by:
m00in interfaceMatrix3x2fc
-
m01
public float m01()- Specified by:
m01in interfaceMatrix3x2fc
-
m10
public float m10()- Specified by:
m10in interfaceMatrix3x2fc
-
m11
public float m11()- Specified by:
m11in interfaceMatrix3x2fc
-
m20
public float m20()- Specified by:
m20in interfaceMatrix3x2fc
-
m21
public float m21()- Specified by:
m21in interfaceMatrix3x2fc
-
set
-
set
-
mul
-
mul
- Specified by:
mulin interfaceMatrix3x2fc
-
mulLocal
-
mulLocal
- Specified by:
mulLocalin interfaceMatrix3x2fc
-
set
public Matrix3x2f set(float float1, float float2, float float3, float float4, float float5, float float6) -
set
-
determinant
public float determinant()- Specified by:
determinantin interfaceMatrix3x2fc
-
invert
-
invert
- Specified by:
invertin interfaceMatrix3x2fc
-
translation
-
translation
-
setTranslation
-
setTranslation
-
translate
- Specified by:
translatein interfaceMatrix3x2fc
-
translate
-
translate
- Specified by:
translatein interfaceMatrix3x2fc
-
translate
-
translateLocal
-
translateLocal
- Specified by:
translateLocalin interfaceMatrix3x2fc
-
translateLocal
- Specified by:
translateLocalin interfaceMatrix3x2fc
-
translateLocal
-
toString
-
toString
-
get
- Specified by:
getin interfaceMatrix3x2fc
-
get
- Specified by:
getin interfaceMatrix3x2fc
-
get
- Specified by:
getin interfaceMatrix3x2fc
-
get
- Specified by:
getin interfaceMatrix3x2fc
-
get
- Specified by:
getin interfaceMatrix3x2fc
-
get3x3
- Specified by:
get3x3in interfaceMatrix3x2fc
-
get3x3
- Specified by:
get3x3in interfaceMatrix3x2fc
-
get3x3
- Specified by:
get3x3in interfaceMatrix3x2fc
-
get3x3
- Specified by:
get3x3in interfaceMatrix3x2fc
-
get4x4
- Specified by:
get4x4in interfaceMatrix3x2fc
-
get4x4
- Specified by:
get4x4in interfaceMatrix3x2fc
-
get4x4
- Specified by:
get4x4in interfaceMatrix3x2fc
-
get4x4
- Specified by:
get4x4in interfaceMatrix3x2fc
-
getToAddress
- Specified by:
getToAddressin interfaceMatrix3x2fc
-
get
public float[] get(float[] floatArray, int int1) - Specified by:
getin interfaceMatrix3x2fc
-
get
public float[] get(float[] floatArray) - Specified by:
getin interfaceMatrix3x2fc
-
get3x3
public float[] get3x3(float[] floatArray, int int1) - Specified by:
get3x3in interfaceMatrix3x2fc
-
get3x3
public float[] get3x3(float[] floatArray) - Specified by:
get3x3in interfaceMatrix3x2fc
-
get4x4
public float[] get4x4(float[] floatArray, int int1) - Specified by:
get4x4in interfaceMatrix3x2fc
-
get4x4
public float[] get4x4(float[] floatArray) - Specified by:
get4x4in interfaceMatrix3x2fc
-
set
-
set
-
setFromAddress
-
zero
-
identity
-
scale
- Specified by:
scalein interfaceMatrix3x2fc
-
scale
-
scale
-
scale
- Specified by:
scalein interfaceMatrix3x2fc
-
scale
- Specified by:
scalein interfaceMatrix3x2fc
-
scale
-
scaleLocal
- Specified by:
scaleLocalin interfaceMatrix3x2fc
-
scaleLocal
-
scaleLocal
- Specified by:
scaleLocalin interfaceMatrix3x2fc
-
scaleLocal
-
scaleAround
public Matrix3x2f scaleAround(float float1, float float2, float float3, float float4, Matrix3x2f matrix3x2f) - Specified by:
scaleAroundin interfaceMatrix3x2fc
-
scaleAround
-
scaleAround
- Specified by:
scaleAroundin interfaceMatrix3x2fc
-
scaleAround
-
scaleAroundLocal
public Matrix3x2f scaleAroundLocal(float float1, float float2, float float3, float float4, Matrix3x2f matrix3x2f) - Specified by:
scaleAroundLocalin interfaceMatrix3x2fc
-
scaleAroundLocal
- Specified by:
scaleAroundLocalin interfaceMatrix3x2fc
-
scaleAroundLocal
public Matrix3x2f scaleAroundLocal(float float1, float float2, float float3, float float4, float float5, float float6) -
scaleAroundLocal
-
scaling
-
scaling
-
rotation
-
transform
- Specified by:
transformin interfaceMatrix3x2fc
-
transform
- Specified by:
transformin interfaceMatrix3x2fc
-
transform
- Specified by:
transformin interfaceMatrix3x2fc
-
transformPosition
- Specified by:
transformPositionin interfaceMatrix3x2fc
-
transformPosition
- Specified by:
transformPositionin interfaceMatrix3x2fc
-
transformPosition
- Specified by:
transformPositionin interfaceMatrix3x2fc
-
transformDirection
- Specified by:
transformDirectionin interfaceMatrix3x2fc
-
transformDirection
- Specified by:
transformDirectionin interfaceMatrix3x2fc
-
transformDirection
- Specified by:
transformDirectionin interfaceMatrix3x2fc
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOException
-
rotate
-
rotate
- Specified by:
rotatein interfaceMatrix3x2fc
-
rotateLocal
- Specified by:
rotateLocalin interfaceMatrix3x2fc
-
rotateLocal
-
rotateAbout
-
rotateAbout
- Specified by:
rotateAboutin interfaceMatrix3x2fc
-
rotateTo
- Specified by:
rotateToin interfaceMatrix3x2fc
-
rotateTo
-
view
public Matrix3x2f view(float float1, float float2, float float3, float float4, Matrix3x2f matrix3x2f) - Specified by:
viewin interfaceMatrix3x2fc
-
view
-
setView
-
origin
- Specified by:
originin interfaceMatrix3x2fc
-
viewArea
public float[] viewArea(float[] floatArray) - Specified by:
viewAreain interfaceMatrix3x2fc
-
positiveX
- Specified by:
positiveXin interfaceMatrix3x2fc
-
normalizedPositiveX
- Specified by:
normalizedPositiveXin interfaceMatrix3x2fc
-
positiveY
- Specified by:
positiveYin interfaceMatrix3x2fc
-
normalizedPositiveY
- Specified by:
normalizedPositiveYin interfaceMatrix3x2fc
-
unproject
- Specified by:
unprojectin interfaceMatrix3x2fc
-
unprojectInv
- Specified by:
unprojectInvin interfaceMatrix3x2fc
-
shearX
-
shearX
-
shearY
-
shearY
-
span
-
testPoint
public boolean testPoint(float float1, float float2) - Specified by:
testPointin interfaceMatrix3x2fc
-
testCircle
public boolean testCircle(float float1, float float2, float float3) - Specified by:
testCirclein interfaceMatrix3x2fc
-
testAar
public boolean testAar(float float1, float float2, float float3, float float4) - Specified by:
testAarin interfaceMatrix3x2fc
-
hashCode
public int hashCode() -
equals
-
equals
- Specified by:
equalsin interfaceMatrix3x2fc
-
isFinite
public boolean isFinite()- Specified by:
isFinitein interfaceMatrix3x2fc
-