Trait spade::TwoDimensional

source ·
pub trait TwoDimensional: PointN { }
Expand description

A two dimensional Point.

Some datastructures will only work if two dimensional points are given, this trait makes sure that only such points can be passed.

Implementations on Foreign Types

Implementors