Skip to content

Vector3d.Division

Public Operator

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

Namespace: Rhino.Geometry

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**5.0

Syntax

public static Vector3d operator /(
Vector3d vector,
double t
)

Parameters

vector

Type: Rhino.Geometry.Vector3d
A vector.

t

Type:System.Double
A number.

Return Value

Type: Vector3d
A new vector that is component-wise divided by t.