Face

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

Constructors

this
this(Line[] lines)
Undocumented in source.
this
this(Line[] lines)
Undocumented in source.

Members

Functions

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

Variables

center
Point center;

The center of the face.

lines
Line[] lines;

Array of all the lines in a face.

Meta