Interface ITransform

All Known Implementing Classes:
RotateTransform, ScaleTransform, TranslateTransform

public interface ITransform
Represents a generic matrix transformation
  • Method Summary

    Modifier and Type Method Description
    void apply​(com.badlogic.gdx.math.Matrix4 mat)  
  • Method Details

    • apply

      void apply​(com.badlogic.gdx.math.Matrix4 mat)