Class GCEulerAngles

  • All Implemented Interfaces:
    java.lang.Iterable<GCEulerAngles>

    public class GCEulerAngles
    extends org.robovm.rt.bro.Struct<GCEulerAngles>
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  GCEulerAngles.GCEulerAnglesPtr  
      • Nested classes/interfaces inherited from class org.robovm.rt.bro.Struct

        org.robovm.rt.bro.Struct.Marshaler
    • Constructor Summary

      Constructors 
      Constructor Description
      GCEulerAngles()  
      GCEulerAngles​(double pitch, double yaw, double roll)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getPitch()  
      double getRoll()  
      double getYaw()  
      GCEulerAngles setPitch​(double pitch)  
      GCEulerAngles setRoll​(double roll)  
      GCEulerAngles setYaw​(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
      • Methods inherited from class org.robovm.rt.bro.NativeObject

        equals, getHandle, hashCode, setHandle
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • GCEulerAngles

        public GCEulerAngles()
      • GCEulerAngles

        public GCEulerAngles​(double pitch,
                             double yaw,
                             double roll)
    • Method Detail

      • getPitch

        public double getPitch()
      • getYaw

        public double getYaw()
      • getRoll

        public double getRoll()