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

type Point3<S = Default> = Vector3<S>;

A 3-dimensional point type.

Trait Implementations

impl<S> ApplyTransform<S> for Point3<S> where
    S: BaseFloat
[src]

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

type Scalar = S

The values used to describe the vertex position.

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

impl<S> Vertex3d for Point3<S> where
    S: BaseNum
[src]