Package org.robovm.apple.coremotion
Class CMQuaternion
- All Implemented Interfaces:
Iterable<CMQuaternion>
public class CMQuaternion extends Struct<CMQuaternion>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCMQuaternion.CMQuaternionPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description CMQuaternion()CMQuaternion(double x, double y, double z, double w) -
Method Summary
Modifier and Type Method Description doublegetW()doublegetX()doublegetY()doublegetZ()CMQuaternionsetW(double w)CMQuaternionsetX(double x)CMQuaternionsetY(double y)CMQuaternionsetZ(double z)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
CMQuaternion
public CMQuaternion() -
CMQuaternion
public CMQuaternion(double x, double y, double z, double w)
-
-
Method Details
-
getX
public double getX() -
setX
-
getY
public double getY() -
setY
-
getZ
public double getZ() -
setZ
-
getW
public double getW() -
setW
-