Class TranslateTransform

  • All Implemented Interfaces:
    ITransform

    public class TranslateTransform
    extends java.lang.Object
    implements ITransform
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(com.badlogic.gdx.math.Matrix4 mat)  
      void setVector​(double[] vector)  
      • Methods inherited from class java.lang.Object

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

      • TranslateTransform

        public TranslateTransform()
    • Method Detail

      • apply

        public void apply​(com.badlogic.gdx.math.Matrix4 mat)
        Specified by:
        apply in interface ITransform
      • setVector

        public void setVector​(double[] vector)