Class RotateTransform

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

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

    Constructors
    Constructor Description
    RotateTransform()  
  • Method Summary

    Modifier and Type Method Description
    void apply​(com.badlogic.gdx.math.Matrix4 mat)  
    void setAngle​(java.lang.Double angle)  
    void setAxis​(double[] axis)  

    Methods inherited from class java.lang.Object

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

    • RotateTransform

      public RotateTransform()
  • Method Details

    • apply

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

      public void setAxis​(double[] axis)
    • setAngle

      public void setAngle​(java.lang.Double angle)