Vector3d.Multiply (Double, Vector3d)
Public Operator
Multiplies a vector by a number, having the effect of scaling it.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
**Since:**5.0
Syntax
public static Vector3d operator *( double t, Vector3d vector)
Parameters
t
Type:System.Double
A number.
vector
Type: Rhino.Geometry.Vector3d
A vector.
Return Value
Type: Vector3d
A new vector that is the original vector coordinate-wise multiplied by t.