[][src]Type Definition descartes::P2

type P2 = Point2<N>;

Trait Implementations

impl RoughEq for P2[src]

fn rough_eq(&self, other: Self) -> bool[src]

impl Into3d for P2[src]

type Target = P3