M_Rhino_Geometry_Vector3f_op_Division_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Vector3f.Division Operator (Vector3f, Single)

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

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

Syntax

C#

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

VB

Public Shared Operator / ( 
	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 componentwise divided by t.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Vector3f Structure
Division Overload
Rhino.Geometry Namespace

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