VectorAddScaledVector Method |
| Name | Description | |
|---|---|---|
| AddScaledVector(Double, Vector) |
Computes the sum of this vector and another vector multiplied by
the given scalar and returns the result.
| |
| AddScaledVector(Double, Vector, Vector) |
Computes the sum of this vector and another vector multiplied by
the given scalar and writes the result into the given vector.
|