Class ScaleTransform

java.lang.Object
gaiasky.scenegraph.component.ScaleTransform
All Implemented Interfaces:
ITransform

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

    Constructors
    Constructor Description
    ScaleTransform()  
  • Method Summary

    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 Details

    • ScaleTransform

      public ScaleTransform()
  • Method Details

    • apply

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

      public void setScale​(double[] scale)