Function vec3
pub const fn vec3<T, U>(x: T, y: T, z: T) -> Vector3D<T, U>
Available on crate feature
geometry
only.Expand description
Convenience constructor.
pub const fn vec3<T, U>(x: T, y: T, z: T) -> Vector3D<T, U>
geometry
only.Convenience constructor.