[][src]Type Definition arcs::Point

type Point = Point2D<f64, DrawingSpace>;

A location in DrawingSpace.

Trait Implementations

impl AffineTransformable<DrawingSpace> for Point[src]

impl Approximate for Point[src]

type Iter = Once<Point>

An iterator over the approximated vertices.

impl Bounded for Point[src]

impl ClosestPoint for Point[src]