Class SCNVector3


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

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

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

      • SCNVector3

        public SCNVector3()
      • SCNVector3

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

        public SCNVector3​(float x,
                          float y,
                          float z)
    • Method Detail

      • x

        public float x()
      • setX

        public void setX​(float value)
      • y

        public float y()
      • setY

        public void setY​(float value)
      • z

        public float z()
      • setZ

        public void setZ​(float value)