pub const fn vec3<Sc, B>(x: Sc, y: Sc, z: Sc) -> Vector<[Sc; 3], Real<3, B>>
Returns a real 3-vector with components x, y, and z.
x
y
z