Type Definition nannou::geom::point::Point2[][src]

type Point2<S = Default> = Vector2<S>;

A 2-dimensional point type.

Trait Implementations

impl<S> IntoVertex<S> for Point2<S> where
    S: BaseFloat
[src]

Convert self into a Vertex.

impl<S> IntoPoint<S> for Point2<S> where
    S: BaseFloat
[src]

Convert self into a Point.

impl<S> Vertex for Point2<S> where
    S: BaseNum
[src]

The values used to describe the vertex position.

impl<S> Vertex2d for Point2<S> where
    S: BaseNum
[src]

The x, y location of the vertex.