Type Alias nannou::prelude::geom::point::Point4

source ·
pub type Point4 = Vec4;
Expand description

A 4-dimensional point type.

Aliased Type§

struct Point4(/* private fields */);