#include <intersection.h>

Public Member Functions | |
| bool | intersects (Face *face0, Face *face1) |
| bool | intersects (Face *face0, Point3D *min, Point3D *max) |
Static Public Member Functions | |
| static Intersection * | Instance () |
Static Public Attributes | |
| static int | debug = 0 |
| static const char * | rcsid = "@(#) $Id: intersection.cpp,v 1.4 2006/05/24 16:52:39 sean Exp $ $Copyright: (c)2001 National Biocomputation Center, Stanford University $" |
Definition at line 19 of file intersection.h.
| Intersection * Intersection::Instance | ( | ) | [static] |
Definition at line 27 of file intersection.cpp.
Definition at line 48 of file intersection.cpp.
Definition at line 82 of file intersection.cpp.
int Intersection::debug = 0 [static] |
Definition at line 23 of file intersection.h.
const char * Intersection::rcsid = "@(#) $Id: intersection.cpp,v 1.4 2006/05/24 16:52:39 sean Exp $ $Copyright: (c)2001 National Biocomputation Center, Stanford University $" [static] |
Definition at line 24 of file intersection.h.
1.5.3