public final class SCNVector4
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
SCNVector4() |
|
SCNVector4(float x,
float y,
float z,
float w) |
protected |
SCNVector4(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and 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() |