VectorSubtract Method |
| Name | Description | |
|---|---|---|
| Subtract(Double) |
Subtracts the given scalar to this vector and returns the result.
| |
| Subtract(Vector) |
Subtracts the given vector from this one and returns the result.
| |
| Subtract(Double, Vector) |
Subtracts the given scalar from this vector and writes the result
to another one.
| |
| Subtract(Vector, Vector) |
Subtracts the given vector from this vector and writes the result
to another one.
|