libsurf
Programmer's Documentation
Intersection between triangle and plane.
#include <facetree.h>
Public Member Functions | |
bool | intersects (const TriFace &f, const Plane &pln) |
return whether face intersects plane | |
Vct3 | projection (const Vct3 &pt) const |
compute projection of point on segment | |
Public Attributes | |
Vct3 | src |
intersection points | |
Vct3 | trg |
int | iface |
tag associated with the face | |