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 Matrix3x2dStackclear()booleanequals(java.lang.Object object)inthashCode()Matrix3x2dStackpopMatrix()Matrix3x2dStackpushMatrix()voidreadExternal(java.io.ObjectInput objectInput)voidwriteExternal(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, zeroMethods 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:
hashCodein classMatrix3x2d
-
equals
public boolean equals(java.lang.Object object)- Overrides:
equalsin classMatrix3x2d
-
writeExternal
public void writeExternal(java.io.ObjectOutput objectOutput) throws java.io.IOException- Specified by:
writeExternalin interfacejava.io.Externalizable- Overrides:
writeExternalin classMatrix3x2d- Throws:
java.io.IOException
-
readExternal
public void readExternal(java.io.ObjectInput objectInput) throws java.io.IOException- Specified by:
readExternalin interfacejava.io.Externalizable- Overrides:
readExternalin classMatrix3x2d- Throws:
java.io.IOException
-