Struct adivon::primitive::PointSet [] [src]

pub struct PointSet { /* fields omitted */ }

Represents a set of points in the unit square implemented using RedBlackBST

Methods

impl PointSet
[src]

Trait Implementations

impl Default for PointSet
[src]

Returns the "default value" for a type. Read more