Function zng_layout::unit::euclid::point3
pub const fn point3<T, U>(x: T, y: T, z: T) -> Point3D<T, U>
Expand description
Shorthand for Point3D::new(x, y)
.
pub const fn point3<T, U>(x: T, y: T, z: T) -> Point3D<T, U>
Shorthand for Point3D::new(x, y)
.