Struct acacia::partition::Box3 [] [src]

pub struct Box3<T> { /* fields omitted */ }

A 3d box of intervals

Methods

impl<T> Box3<T>
[src]

Create a new box from intervals

Trait Implementations

impl<T: Copy> Copy for Box3<T>
[src]

impl<T: Clone> Clone for Box3<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for Box3<T>
[src]

Formats the value using the given formatter.

impl<T: Mid + PartialOrd + Copy> Subdivide for Box3<T>
[src]

Subdivide into smaller partitions

impl<T: Mid + PartialOrd + Copy> Partition<Vector3<T>> for Box3<T>
[src]

Does the partition contain an element?

Dispatch an element to the correct subpartition Read more