Click or drag to resize

Vector3dMultiply Operator

Overload List
  NameDescription
Public operatorStatic memberMultiply(Double, Vector3d)
Multiplies a vector by a number, having the effect of scaling it.
Public operatorStatic memberMultiply(Vector3d, Vector3d)
Multiplies two vectors together, returning the dot product (or inner product). This differs from the cross product.
Public operatorStatic memberMultiply(Vector3d, Double)
Multiplies a vector by a number, having the effect of scaling it.
Top
See Also