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
  • Constructor Details

    • Matrix3x2dStack

      public Matrix3x2dStack​(int int1)
    • Matrix3x2dStack

      public Matrix3x2dStack()
  • Method Details

    • clear

      public Matrix3x2dStack clear()
    • pushMatrix

      public Matrix3x2dStack pushMatrix()
    • popMatrix

      public Matrix3x2dStack popMatrix()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Matrix3x2d
    • equals

      public boolean equals​(java.lang.Object object)
      Overrides:
      equals in class Matrix3x2d
    • writeExternal

      public void writeExternal​(java.io.ObjectOutput objectOutput) throws java.io.IOException
      Specified by:
      writeExternal in interface java.io.Externalizable
      Overrides:
      writeExternal in class Matrix3x2d
      Throws:
      java.io.IOException
    • readExternal

      public void readExternal​(java.io.ObjectInput objectInput) throws java.io.IOException
      Specified by:
      readExternal in interface java.io.Externalizable
      Overrides:
      readExternal in class Matrix3x2d
      Throws:
      java.io.IOException