[][src]Function nannou::geom::point::pt4

pub fn pt4<S>(x: S, y: S, z: S, w: S) -> Point4<S>

Construct a 4-dimensional point.