Operator operator -
operator -(Vector3D, Vector3D)
Returns the difference of the given vectors
Declaration
public static Vector3D operator -(Vector3D v1, Vector3D v2)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3D | v1 | The vector to subtract from |
| Vector3D | v2 | The vector to subtract |
Returns
| Type | Description |
|---|---|
| Vector3D | Difference of the two vectors |