Package apple.gamecontroller.struct
Class GCRotationRate
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.gamecontroller.struct.GCRotationRate
-
public final class GCRotationRate extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description GCRotationRate()GCRotationRate(double x, double y, double z)protectedGCRotationRate(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetX(double value)voidsetY(double value)voidsetZ(double value)doublex()doubley()doublez()
-