Struct bsp_pathfinding::BSPTree
source · [−]pub struct BSPTree { /* private fields */ }
Expand description
Defines the tree used for navigation
Implementations
Constructs a new tree. Returns None if there are not faces, and root construction was not possible
pub fn descendants(&self) -> Descendants<'_>ⓘNotable traits for Descendants<'a>impl<'a> Iterator for Descendants<'a> type Item = (NodeIndex, &'a BSPNode);
Notable traits for Descendants<'a>
impl<'a> Iterator for Descendants<'a> type Item = (NodeIndex, &'a BSPNode);
Returns the containing node and if the point is covered
Returns clipping planes which contain the scene