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