Пример #1
0
Vec3f operator-(Vec3f left, const Vec3f& right)
{
	return left.Subtract(right);
}