public static OrientedVector AsOriented(this Vector vector, Orientation orientation) { return(VectorUtils.AsOriented(vector, orientation)); }