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.GCEulerAnglesPtr -
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, wrap
-
Constructor Details
-
GCEulerAngles
public GCEulerAngles() -
GCEulerAngles
public GCEulerAngles(double pitch, double yaw, double roll)
-
-
Method Details