public abstract class DrawMesh extends DrawSkeleton
NO_VERTICES_NO_EDGES, ONLY_EDGES, VERTICES_AND_EDGES
Constructor and Description |
---|
DrawMesh() |
Modifier and Type | Method and Description |
---|---|
abstract void |
drawFace(Point_3[] f)
Draw a (triangle or polygonal) face
|
abstract void |
drawTriangle(Point_3 p,
Point_3 q,
Point_3 r)
Draw a triangle
|
computeBoundingBox, draw, drawAxis, drawBoundingBox, drawSegment, drawVertex, round