Package org.joml

Class Matrix4x3dStack

java.lang.Object
org.joml.Matrix4x3d
org.joml.Matrix4x3dStack
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, Matrix4x3dc

public class Matrix4x3dStack
extends Matrix4x3d
See Also:
Serialized Form
  • Constructor Details

    • Matrix4x3dStack

      public Matrix4x3dStack​(int int1)
    • Matrix4x3dStack

      public Matrix4x3dStack()
  • Method Details

    • clear

      public Matrix4x3dStack clear()
    • pushMatrix

      public Matrix4x3dStack pushMatrix()
    • popMatrix

      public Matrix4x3dStack popMatrix()
    • hashCode

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

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

      public void writeExternal​(java.io.ObjectOutput objectOutput) throws java.io.IOException
      Specified by:
      writeExternal in interface java.io.Externalizable
      Overrides:
      writeExternal in class Matrix4x3d
      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 Matrix4x3d
      Throws:
      java.io.IOException