Class MPSOrigin


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

      Constructors 
      Modifier Constructor Description
        MPSOrigin()  
        MPSOrigin​(double x, double y, double z)  
      protected MPSOrigin​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setX​(double value)
      < The x coordinate of the position
      void setY​(double value)
      < The y coordinate of the position
      void setZ​(double value)
      < The z coordinate of the position
      double x()
      < The x coordinate of the position
      double y()
      < The y coordinate of the position
      double z()
      < The z coordinate of the position
      • 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

      • MPSOrigin

        public MPSOrigin()
      • MPSOrigin

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

        public MPSOrigin​(double x,
                         double y,
                         double z)
    • Method Detail

      • x

        public double x()
        < The x coordinate of the position
      • setX

        public void setX​(double value)
        < The x coordinate of the position
      • y

        public double y()
        < The y coordinate of the position
      • setY

        public void setY​(double value)
        < The y coordinate of the position
      • z

        public double z()
        < The z coordinate of the position
      • setZ

        public void setZ​(double value)
        < The z coordinate of the position