M_Rhino_Geometry_Vector3d_Multiply_2 - mcneel/rhinocommon-api-docs GitHub Wiki

Vector3d.Multiply Method (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)

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static Vector3d Multiply(
	double t,
	Vector3d vector
)

VB

Public Shared Function Multiply ( 
	t As Double,
	vector As Vector3d
) As Vector3d

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 coordinatewise multiplied by t.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Vector3d Structure
Multiply Overload
Rhino.Geometry Namespace

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