Vertex

頂点を扱うクラス

boolvalid(void)
boolinvalid(void)
boolselected(void)
thissetSelected(bool)
Vector3position(void)
thissetPosition(Vector3)
ArrayrefArray(void)
doubleweight(void)
thissetWeight(double)
intindex(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