Vector3dMultiply Operator |
Name | Description | |
---|---|---|
Multiply(Double, Vector3d) |
Multiplies a vector by a number, having the effect of scaling it.
| |
Multiply(Vector3d, Vector3d) |
Multiplies two vectors together, returning the dot product (or inner product).
This differs from the cross product.
| |
Multiply(Vector3d, Double) |
Multiplies a vector by a number, having the effect of scaling it.
|