quickplot
|
#include <triangle.h>
Public Member Functions | |
Edge | combine (const Edge &other) const |
Public Attributes | |
Vec3< float > | start |
Vec3< float > | end |
A line segment between two vertices of a polygon
Treat two edges as the corners of a bounding box and return the bouning box of their union.
Vec3<float> Edge::end |
The stopping point of the edge
Vec3<float> Edge::start |
The beginning point of the edge