operator - method
- VectorDefinition other
Implementation
VectorDefinition operator -(VectorDefinition other) =>
VectorDefinition(x - other.x, y - other.y);
VectorDefinition operator -(VectorDefinition other) =>
VectorDefinition(x - other.x, y - other.y);