public static Vector operator /(Vector a, float factor) { return(new Vector(Vector3.Divide(a.value, factor))); }