Esempio n. 1
0
Vec3f operator*(Vec3f left, const Vec3f& right)
{
	return left.Multiply(right);
}