| 
    MeVisLab Toolbox Reference
    
   | 
 
Struct holding the CSO/trail point index and the computed intersection point. More...
#include <CSOTrailRenderer.h>
Public Member Functions | |
| CSOTrailIntersection () | |
Public Attributes | |
| ml::Vector3 | intersectionPoint | 
| size_t | csoPointsIndex | 
| size_t | trailPointsIndex | 
Struct holding the CSO/trail point index and the computed intersection point.
Definition at line 37 of file CSOTrailRenderer.h.
      
  | 
  inline | 
Definition at line 39 of file CSOTrailRenderer.h.
| size_t CSOTrailIntersection::csoPointsIndex | 
Definition at line 45 of file CSOTrailRenderer.h.
| ml::Vector3 CSOTrailIntersection::intersectionPoint | 
Definition at line 44 of file CSOTrailRenderer.h.
| size_t CSOTrailIntersection::trailPointsIndex | 
Definition at line 46 of file CSOTrailRenderer.h.