This funny bounding volume is an infinite line with no thickness and extending to infinity in both directions. More...
Public Member Functions | |
BoundingLine (Point3 const a, Point3 const b) | |
Point3 const | getPointA () |
Returns the first point that defines the line. | |
Point3 | getPointB () |
Returns the second point that defines the line. | |
operator new (unsigned int size) | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
This funny bounding volume is an infinite line with no thickness and extending to infinity in both directions.
Note that it *always* extends in both directions, despite the fact that you specify two points to the constructor. These are not endpoints, they are two arbitrary points on the line.
BoundingLine | ( | Point3 const | a, |
Point3 const | b | ||
) |
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from GeometricBoundingVolume.
operator new | ( | unsigned int | size | ) |