Class AIUVTransform

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class AIUVTransform extends Struct<AIUVTransform> implements NativeResource

 struct aiUVTransform {
     {@link AIVector2D struct aiVector2D} mTranslation;
     {@link AIVector2D struct aiVector2D} mScaling;
     float mRotation;
 }