Face

Struct for representing a face of a skeleton that is made out of lines.

Members

Functions

opAssign
void opAssign(Face rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

center
Point center;

Face.center is the center point of the face.

lines
Line[] lines;

Face.lines is an array of all the lines that connect to form the face.

Meta