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