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