Class ScaleTransform

  • All Implemented Interfaces:
    ITransform

    public class ScaleTransform
    extends java.lang.Object
    implements ITransform
    • Constructor Summary

      Constructors 
      Constructor Description
      ScaleTransform()  
    • Method Summary

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

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

      • ScaleTransform

        public ScaleTransform()
    • Method Detail

      • apply

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

        public void setScale​(double[] scale)