Package org.robovm.apple.gamecontroller
Class GCQuaternion
- All Implemented Interfaces:
Iterable<GCQuaternion>
public class GCQuaternion extends Struct<GCQuaternion>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGCQuaternion.GCQuaternionPtr -
Constructor Summary
Constructors Constructor Description GCQuaternion()GCQuaternion(double x, double y, double z, double w) -
Method Summary
Modifier and Type Method Description doublegetW()doublegetX()doublegetY()doublegetZ()GCQuaternionsetW(double w)GCQuaternionsetX(double x)GCQuaternionsetY(double y)GCQuaternionsetZ(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, wrap
-
Constructor Details
-
GCQuaternion
public GCQuaternion() -
GCQuaternion
public GCQuaternion(double x, double y, double z, double w)
-
-
Method Details