public final class AVAudio3DPoint
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
AVAudio3DPoint() |
|
AVAudio3DPoint(float x,
float y,
float z) |
protected |
AVAudio3DPoint(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
setX(float value) |
void |
setY(float value) |
void |
setZ(float value) |
float |
x() |
float |
y() |
float |
z() |