public final class MPSSize
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MPSSize() |
|
MPSSize(double width,
double height,
double depth) |
protected |
MPSSize(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
double |
depth()
< The depth of the region
|
double |
height()
< The height of the region
|
void |
setDepth(double value)
< The depth of the region
|
void |
setHeight(double value)
< The height of the region
|
void |
setWidth(double value)
< The width of the region
|
double |
width()
< The width of the region
|
public MPSSize()
protected MPSSize(org.moe.natj.general.Pointer peer)
public MPSSize(double width,
double height,
double depth)
public double width()
public void setWidth(double value)
public double height()
public void setHeight(double value)
public double depth()
public void setDepth(double value)