Class MatrixStack


  • public class MatrixStack
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MatrixStack.Entry  
    • Constructor Summary

      Constructors 
      Constructor Description
      MatrixStack()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean clear()  
      MatrixStack.Entry last()  
      void mulPose​(Quaternion p_227863_1_)  
      void popPose()  
      void pushPose()  
      void scale​(float p_227862_1_, float p_227862_2_, float p_227862_3_)  
      void translate​(double p_227861_1_, double p_227861_3_, double p_227861_5_)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MatrixStack

        public MatrixStack()
    • Method Detail

      • translate

        public void translate​(double p_227861_1_,
                              double p_227861_3_,
                              double p_227861_5_)
      • scale

        public void scale​(float p_227862_1_,
                          float p_227862_2_,
                          float p_227862_3_)
      • mulPose

        public void mulPose​(Quaternion p_227863_1_)
      • pushPose

        public void pushPose()
      • popPose

        public void popPose()
      • clear

        public boolean clear()