Trait descartes::PointContainer[][src]

pub trait PointContainer {
    fn location_of(&self, point: P2) -> AreaLocation;

    fn contains(&self, point: P2) -> bool { ... }
}

Required Methods

Provided Methods

Implementors