dutils.skeleton

Members

Structs

Face
struct Face

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

Line
struct Line

Struct for representing a line composed of at least a starting point and an end point. *Notes: *This struct doesn't check to make sure that the line made is an actual line and assumes the user knows what they are doing.

Point
struct Point

Struct for representing a point.

Skeleton
struct Skeleton

Struct for representing a 3D skeleton.

Meta

License

GPL-3.0*