Skip to content

M_Rhino_Geometry_Vector3f_Multiply_1

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

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

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

Syntax

C#

public static Vector3f Multiply(
	Vector3f vector,
	float t
)

VB

Public Shared Function Multiply ( 
	vector As Vector3f,
	t As Single
) As Vector3f

Parameters

 

vector
Type: Rhino.Geometry.Vector3f
A vector.
t
Type: System.Single
A number.

Return Value

Type: Vector3f
A new vector that is the original vector coordinatewise multiplied by t.

See Also

Reference

Vector3f Structure
Multiply Overload
Rhino.Geometry Namespace

Clone this wiki locally