esp::nav::HitRecord struct

Struct for recording closest obstacle information.

Public variables

vec3f hitPos
World position of the closest obstacle.
vec3f hitNormal
Normal of the navmesh at the obstacle in xz plane.
float hitDist

Variable documentation

float esp::nav::HitRecord::hitDist

Distance from query point to closest obstacle. Inf if no valid point was found.