Vector2d.Division Operator

Vector2dDivision Operator

Divides a Vector2d by a number, having the effect of shrinking it.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Vector2d operator /(
	Vector2d vector,
	double t
)
Public Shared Operator / ( 
	vector As Vector2d,
	t As Double
) As Vector2d

Parameters

vector
Type: Rhino.GeometryVector2d
A vector.
t
Type: SystemDouble
A number.

Return Value

Type: Vector2d
A new vector that is componentwise divided by t.
Version Information

Rhino for Windows

Supported in: 6.8
See Also