Package org.joml

Class MatrixStackf

java.lang.Object
org.joml.Matrix4f
org.joml.MatrixStackf
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, Matrix4fc

public class MatrixStackf
extends Matrix4f
See Also:
Serialized Form
  • Constructor Details

    • MatrixStackf

      public MatrixStackf​(int int1)
    • MatrixStackf

      public MatrixStackf()
  • Method Details

    • clear

      public MatrixStackf clear()
    • pushMatrix

      public MatrixStackf pushMatrix()
    • popMatrix

      public MatrixStackf popMatrix()
    • hashCode

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

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

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

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