Interface ITransform
-
- All Known Implementing Classes:
RotateTransform
,ScaleTransform
,TranslateTransform
public interface ITransform
Represents a generic matrix transformation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(com.badlogic.gdx.math.Matrix4 mat)
-