#include <SimGeometry.h>
Public Attributes | |
std::string | objectName |
bool | hasPosition |
Vector3d | position |
Definition at line 21 of file SimGeometry.h.
True, if the intersection has a known position
Definition at line 27 of file SimGeometry.h.
Referenced by SimObject::intersect().
std::string Intersection::objectName |
The name of the intersected object
Definition at line 25 of file SimGeometry.h.
Referenced by SimObject::intersect().
The position of the intersection, if known
Definition at line 29 of file SimGeometry.h.
Referenced by SimObject::intersect().