public final class SCNVector3
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
SCNVector3() |
|
SCNVector3(float x,
float y,
float z) |
protected |
SCNVector3(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() |