M_Rhino_Geometry_Vector2d_op_Division - mcneel/rhinocommon-api-docs GitHub Wiki
Divides a Vector2d by a number, having the effect of shrinking it.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Vector2d operator /(
Vector2d vector,
double t
)
VB
Public Shared Operator / (
vector As Vector2d,
t As Double
) As Vector2d
- vector
- Type: Rhino.Geometry.Vector2d
A vector. - t
- Type: System.Double
A number.
Type: Vector2d
A new vector that is componentwise divided by t.
Supported in: 6.0.16224.21491