Class SCNVector4


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

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

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

      • SCNVector4

        public SCNVector4()
      • SCNVector4

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

        public SCNVector4​(float x,
                          float y,
                          float z,
                          float w)
    • 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)
      • w

        public float w()
      • setW

        public void setW​(float value)