Function nannou::prelude::geom::pt3[][src]

pub fn pt3(x: f32, y: f32, z: f32) -> Vec3
Expand description

Construct a 3-dimensional point.