Struct acacia::partition::Box2 [] [src]

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

A 2d box of intervals

Methods

impl<T> Box2<T>
[src]

Create a new box from intervals

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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

Subdivide into smaller partitions

impl<T: Mid + PartialOrd + Copy> Partition<Vector2<T>> for Box2<T>
[src]

Does the partition contain an element?

Dispatch an element to the correct subpartition Read more