Package org.joml
Class Matrix3x2dStack
java.lang.Object
org.joml.Matrix3x2d
org.joml.Matrix3x2dStack
- All Implemented Interfaces:
java.io.Externalizable
,java.io.Serializable
,Matrix3x2dc
public class Matrix3x2dStack extends Matrix3x2d
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Matrix3x2dStack()
Matrix3x2dStack(int int1)
-
Method Summary
Modifier and Type Method Description Matrix3x2dStack
clear()
boolean
equals(java.lang.Object object)
int
hashCode()
Matrix3x2dStack
popMatrix()
Matrix3x2dStack
pushMatrix()
void
readExternal(java.io.ObjectInput objectInput)
void
writeExternal(java.io.ObjectOutput objectOutput)
Methods inherited from class org.joml.Matrix3x2d
determinant, equals, get, get, get, get, get, get, get, get3x3, get3x3, get3x3, get3x3, get3x3, get3x3, get4x4, get4x4, get4x4, get4x4, get4x4, get4x4, getToAddress, identity, invert, invert, isFinite, m00, m01, m10, m11, m20, m21, mul, mul, mulLocal, mulLocal, normalizedPositiveX, normalizedPositiveY, origin, positiveX, positiveY, rotate, rotate, rotateAbout, rotateAbout, rotateLocal, rotateLocal, rotateTo, rotateTo, rotation, scale, scale, scale, scale, scale, scale, scale, scale, scaleAround, scaleAround, scaleAround, scaleAround, scaleAroundLocal, scaleAroundLocal, scaleAroundLocal, scaleAroundLocal, scaleLocal, scaleLocal, scaleLocal, scaleLocal, scaling, scaling, set, set, set, set, set, set, set, setFromAddress, setTranslation, setTranslation, setView, span, testAar, testCircle, testPoint, toString, toString, transform, transform, transform, transformDirection, transformDirection, transformDirection, transformPosition, transformPosition, transformPosition, translate, translate, translate, translate, translateLocal, translateLocal, translateLocal, translateLocal, translation, translation, unproject, unprojectInv, view, view, viewArea, zero
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Matrix3x2dStack
public Matrix3x2dStack(int int1) -
Matrix3x2dStack
public Matrix3x2dStack()
-
-
Method Details
-
clear
-
pushMatrix
-
popMatrix
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMatrix3x2d
-
equals
public boolean equals(java.lang.Object object)- Overrides:
equals
in classMatrix3x2d
-
writeExternal
public void writeExternal(java.io.ObjectOutput objectOutput) throws java.io.IOException- Specified by:
writeExternal
in interfacejava.io.Externalizable
- Overrides:
writeExternal
in classMatrix3x2d
- Throws:
java.io.IOException
-
readExternal
public void readExternal(java.io.ObjectInput objectInput) throws java.io.IOException- Specified by:
readExternal
in interfacejava.io.Externalizable
- Overrides:
readExternal
in classMatrix3x2d
- Throws:
java.io.IOException
-