Skip to content

Overload_Rhino_Geometry_Vector3d_Multiply

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Vector3d.Multiply Method

Overload List

 

Name Description
Public methodStatic member Multiply(Double, Vector3d) Multiplies a vector by a number, having the effect of scaling it. (Provided for languages that do not support operator overloading. You can use the * operator otherwise)
Public methodStatic member Multiply(Vector3d, Vector3d) Multiplies two vectors together, returning the dot product (or inner product). This differs from the cross product. (Provided for languages that do not support operator overloading. You can use the * operator otherwise)
Public methodStatic member Multiply(Vector3d, Double) Multiplies a vector by a number, having the effect of scaling it. (Provided for languages that do not support operator overloading. You can use the * operator otherwise)
  Back to Top

See Also

Reference

Vector3d Structure
Rhino.Geometry Namespace

Clone this wiki locally