#include <NodeOSG.h>
Public Member Functions | |
bool | operator< (const vtHit &i) const |
Public Attributes | |
osg::Geode * | geode |
FPoint3 | point |
float | distance |
This class describes a single point at which vtIntersect has determined a line has intersected some geometry. At this point, vtHit tells you the node that was hit, the 3D point of intersection, and the distance from the start of the line.