示例#1
0
文件: vec2.cpp 项目: icedmetal57/LD33
		Vec2 operator/(Vec2 left, const Vec2& right)
		{
			return left.divide(right);
		}