Class GCEulerAngles


  • public final class GCEulerAngles
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        GCEulerAngles()  
        GCEulerAngles​(double pitch, double yaw, double roll)  
      protected GCEulerAngles​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double pitch()  
      double roll()  
      void setPitch​(double value)  
      void setRoll​(double value)  
      void setYaw​(double value)  
      double yaw()  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GCEulerAngles

        public GCEulerAngles()
      • GCEulerAngles

        protected GCEulerAngles​(org.moe.natj.general.Pointer peer)
      • GCEulerAngles

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

      • pitch

        public double pitch()
      • setPitch

        public void setPitch​(double value)
      • yaw

        public double yaw()
      • setYaw

        public void setYaw​(double value)
      • roll

        public double roll()
      • setRoll

        public void setRoll​(double value)