Exemplo n.º 1
0
		Vector2f operator*(Vector2f left, const Vector2f& right) {
			return left.multiply(right);
		}