Crate divert

Crate divert 

Source

Structs§

DtDetailTri
DtStatus
bitflags wrapper for Detour bit mask statuses
DtStraightPathFlags
MeshTile
New Type to dtMeshTile
NavMesh
Safe bindings to dtNavMesh Handles life time of the dtNavMesh and will release resources when dropped
NavMeshParams
Paramters required to initialize a nav mesh
NavMeshQuery
Safe bindings to dtNavMeshQuery Handles life time of the dtNavMeshQuery and will release resources when dropped
PolyRef
New Type to dtPolyRef
Polygon
New Type to dtPolygon
PolygonDetail
New Type to dtPolyDetail
QueryFilter
New type wrapper around dtQueryFilter
TileRef
New Type to dtTileRef
Triangle
A view of a Triangle in the Mesh
Vector
3D Vector used in Recast Navigation, correspond to a [f32; 3] This abstraction is provided to combat misunderstanding of point ordering Recast expects y, z, x ordering while many applications use x, y, z ordering

Enums§

DivertError
Error type across Divert Ecosystem

Type Aliases§

DivertResult