[]
Defines the binary - operator for vector.
public static Vector operator -(Vector left, Vector right)
Type | Name | Description |
---|---|---|
Vector | left | A Vector indicates the left operand. |
Vector | right | A Vector indicates the right operand. |
Type | Description |
---|---|
Vector | A Vector that is the binary minus result of the left and right operands. |
(n1, n2, n3) - (m1, m2, m3) = (n1 - m1, n2 - m2, n3 - m3)