Class AVAudio3DPoint

All Implemented Interfaces:
Iterable<AVAudio3DPoint>

public class AVAudio3DPoint
extends Struct<AVAudio3DPoint>
  • Constructor Details

    • AVAudio3DPoint

      public AVAudio3DPoint()
    • AVAudio3DPoint

      public AVAudio3DPoint​(float x, float y, float z)
  • Method Details

    • getX

      public float getX()
    • setX

      public AVAudio3DPoint setX​(float x)
    • getY

      public float getY()
    • setY

      public AVAudio3DPoint setY​(float y)
    • getZ

      public float getZ()
    • setZ

      public AVAudio3DPoint setZ​(float z)