Package org.robovm.apple.gamecontroller
Class GCEulerAngles
- All Implemented Interfaces:
Iterable<GCEulerAngles>
public class GCEulerAngles extends Struct<GCEulerAngles>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGCEulerAngles.GCEulerAnglesPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description GCEulerAngles()GCEulerAngles(double pitch, double yaw, double roll) -
Method Summary
Modifier and Type Method Description doublegetPitch()doublegetRoll()doublegetYaw()GCEulerAnglessetPitch(double pitch)GCEulerAnglessetRoll(double roll)GCEulerAnglessetYaw(double yaw)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
-
GCEulerAngles
public GCEulerAngles() -
GCEulerAngles
public GCEulerAngles(double pitch, double yaw, double roll)
-
-
Method Details
-
getPitch
public double getPitch() -
setPitch
-
getYaw
public double getYaw() -
setYaw
-
getRoll
public double getRoll() -
setRoll
-