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

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

A 2-dimensional point type.

Trait Implementations

impl<S> IntermediaryVertex<S> for Point2<S> where
    S: Zero
[src]

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

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

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

type Scalar = S

The values used to describe the vertex position.

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