MeVisLab Toolbox Reference
CSOTrailIntersection Struct 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
 

Detailed Description

Struct holding the CSO/trail point index and the computed intersection point.

Definition at line 37 of file CSOTrailRenderer.h.

Constructor & Destructor Documentation

◆ CSOTrailIntersection()

CSOTrailIntersection::CSOTrailIntersection ( )
inline

Definition at line 39 of file CSOTrailRenderer.h.

Member Data Documentation

◆ csoPointsIndex

size_t CSOTrailIntersection::csoPointsIndex

Definition at line 45 of file CSOTrailRenderer.h.

◆ intersectionPoint

ml::Vector3 CSOTrailIntersection::intersectionPoint

Definition at line 44 of file CSOTrailRenderer.h.

◆ trailPointsIndex

size_t CSOTrailIntersection::trailPointsIndex

Definition at line 46 of file CSOTrailRenderer.h.


The documentation for this struct was generated from the following file: