Example #1
0
		Vec2 operator/(Vec2 left, const Vec2& right)
		{
			return left.divide(right);
		}