lerp function for UFCS
True if T is some kind of Vector
Returns the cross product between two 3D Vectors.
Returns the dot product between two Vectors.
Returns the magnitude (Euclidean length) of a Vector.
Returns the squared magnitude (Euclidean length) of a Vector.
Normalize a Vector inplace.
Returns a normalized copy of Vector.
Returns a Vector that is the reflection of vec against normal.
Construct Vector directly from static array, inferring element type.
Construct Vector directly from elements, inferring element type.
Generic Vector backed by a static array.
Type and dimension generic Vector backed by a static array.