Struct bsp_pathfinding::Portal
source · [−]pub struct Portal<'a> { /* private fields */ }
Expand description
Represents a surface connecting two nodes
Implementations
Get the portal’s portal ref.
Methods from Deref<Target = Face>
Returns the side self is in respect to a point and normal
Returns true if the face is touching the other face
Returns true if other
is completely contained wihtin self
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Portal<'a>
impl<'a> UnwindSafe for Portal<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more