Package apple.coremotion.struct
Class CMRotationRate
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coremotion.struct.CMRotationRate
-
public final class CMRotationRate extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description CMRotationRate()CMRotationRate(double x, double y, double z)protectedCMRotationRate(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()
-