Vector2dMultiply Operator |
Name | Description | |
---|---|---|
Multiply(Double, Vector2d) |
Multiplies a vector by a number, having the effect of scaling it.
| |
Multiply(Vector2d, Vector2d) |
Multiplies two vectors together, returning the dot product (or inner product).
| |
Multiply(Vector2d, Double) |
Multiplies a vector by a number, having the effect of scaling it.
|