public final class MPSOffset
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MPSOffset() |
|
MPSOffset(long x,
long y,
long z) |
protected |
MPSOffset(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
setX(long value)
< The horizontal component of the offset.
|
void |
setY(long value)
< The vertical component of the offset.
|
void |
setZ(long value)
< The depth component of the offset.
|
long |
x()
< The horizontal component of the offset.
|
long |
y()
< The vertical component of the offset.
|
long |
z()
< The depth component of the offset.
|
public MPSOffset()
protected MPSOffset(org.moe.natj.general.Pointer peer)
public MPSOffset(long x,
long y,
long z)
public long x()
public void setX(long value)
public long y()
public void setY(long value)
public long z()
public void setZ(long value)