PolyVox  0.2.1
Open source voxel management library
Enumerations
PolyVox::RaycastResults Namespace Reference

Enumerations

enum  RaycastResult { Completed, Interupted }
 The results of a raycast. More...

Enumeration Type Documentation

The results of a raycast.

Enumerator:
Completed 

If the ray passed through the volume without being interupted.

Interupted 

If the ray was interupted while travelling.

Definition at line 36 of file Raycast.h.