Overload_Rhino_Geometry_Vector3d_op_Multiply - mcneel/rhinocommon-api-docs GitHub Wiki

Vector3d.Multiply Operator

Overload List

 

Name Description
Public operatorStatic member Multiply(Double, Vector3d) Multiplies a vector by a number, having the effect of scaling it.
Public operatorStatic member Multiply(Vector3d, Vector3d) Multiplies two vectors together, returning the dot product (or inner product). This differs from the cross product.
Public operatorStatic member Multiply(Vector3d, Double) Multiplies a vector by a number, having the effect of scaling it.
  Back to Top

See Also

Reference

Vector3d Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️