Overload_Rhino_Geometry_Vector3f_Multiply - mcneel/rhinocommon-api-docs GitHub Wiki

Vector3f.Multiply Method

Overload List

 

Name Description
Public methodStatic member Multiply(Single, Vector3f) 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(Vector3f, Vector3f) Multiplies two Vector3f together, returning the dot (internal) product of the two. This is not the cross product. (Provided for languages that do not support operator overloading. You can use the * operator otherwise)
Public methodStatic member Multiply(Vector3f, Single) 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

Vector3f Structure
Rhino.Geometry Namespace

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