Class AVAudio3DPoint


  • public final class AVAudio3DPoint
    extends org.moe.natj.c.StructObject
    • 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

      • AVAudio3DPoint

        public AVAudio3DPoint()
      • AVAudio3DPoint

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

        public AVAudio3DPoint​(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)