#include <Bound.h>
Inheritance diagram for H3D::EmptyBound:

Public Member Functions | |
| virtual bool | isInside (const Vec3f &p) |
| Determines if a given point is inside the bound or not. | |
| virtual bool | lineSegmentIntersect (const Vec3f &from, const Vec3f &to) |
| Returns false always. | |
| virtual Vec3f | closestPoint (const Vec3f &p) |
So every point is outside the bound.
1.4.5