Type Alias nannou::prelude::geom::point::Point3

source ·
pub type Point3 = Vec3;
Expand description

A 3-dimensional point type.

Aliased Type§

struct Point3(/* private fields */);