Skip to content

Vector3f.Division (Vector3f, Double)

Public Operator

Divides a Vector3f by a number, having the effect of shrinking it, t times.

Namespace: Rhino.Geometry

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**6.0

Syntax

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

Parameters

vector

Type: Rhino.Geometry.Vector3f
A vector.

t

Type:System.Double
A number.

Return Value

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