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

Returns the root index

Returns a reference to the root node

Returns the containing node and if the point is covered

Get a mutable reference to the bsptree’s root.

Get a reference to the bsptree’s nodes.

Returns clipping planes which contain the scene

Trait Implementations

The returned type after indexing.

Performs the indexing (container[index]) operation. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.