Skeleton

Struct for representing a 3D skeleton.

Constructors

this
this(Face[] faces)
Undocumented in source.
this
this(shared(Face)[] faces)
Undocumented in source.

Members

Functions

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

Variables

center
Point center;

The centroid of the skeleton.

faces
Face[] faces;

Array of the faces that make up the skeleton.

Meta