Vertex
頂点を扱うクラス
bool | valid(void) |
bool | invalid(void) |
bool | selected(void) |
this | setSelected(bool) |
Vector3 | position(void) |
this | setPosition(Vector3) |
Array | refArray(void) |
double | weight(void) |
this | setWeight(double) |
int | index(void) |
Property
NONE PROPERTY
Function
valid(void)
return bool
invalid(void)
return bool
selected(void)
return bool
setSelected(bool)
return this
position(void)
return Vector3
setPosition(Vector3)
return this
refArray(void)
return Array<Polygon>
weight(void)
return double
setWeight(double)
return this
index(void)
return int