Struct for representing a face of a skeleton that is made out of lines.
Face.center is the center point of the face.
Face.lines is an array of all the lines that connect to form the face.
See Implementation
Struct for representing a face of a skeleton that is made out of lines.