NavMap
|
Result of a raycast against the NavMap. More...
#include <NavMap.hpp>
Public Attributes | |
NavCelId | cid {0} |
Id of the NavCel hit. | |
bool | hit {false} |
True if the ray hit any triangle. | |
Eigen::Vector3f | p |
World coordinates of intersection. | |
size_t | surface {0} |
Index of surface hit. | |
float | t {0.0f} |
Distance along the ray (units of d) | |
bool hit {false} |
True if the ray hit any triangle.
Eigen::Vector3f p |
World coordinates of intersection.
size_t surface {0} |
Index of surface hit.
float t {0.0f} |
Distance along the ray (units of d)