Type Definition lyon_bezier::Point [] [src]

type Point = Point2D<f32>;

Alias for euclid::Point2D<f32>.