class
HitRecordStruct for recording closest obstacle information.
Special methods
Properties
- hit_dist: float get set
- Distance from query point to closest obstacle. Inf if no valid point was found.
- hit_normal: magnum.Vector3 get set
- Normal of the navmesh at the obstacle in xz plane.
- hit_pos: magnum.Vector3 get set
- World position of the closest obstacle.