pub struct NavigationContext { /* private fields */ }
Expand description
Contains the graph and edges necessary for path finding
Creates a new navigation context
Creates a new navigation context.
Shuffles the input which usually reduces the depth of the final tree.
Locate a position in the tree.
Return None if there are no faces in the scene
Get a reference to the navigation context’s tree.
Get a reference to the navigation context’s portals.
Get the portals associated to a node
Find a path from start
to end
Returns None if no path was found.
If there are no faces in the scene, a straight path will be returned.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.
impl<V, T> VZip<V> for T where
V: MultiLane<T>,