M_Rhino_Geometry_Vector3d_Divide - mcneel/rhinocommon-api-docs GitHub Wiki
Divides a Vector3d by a number, having the effect of shrinking it. (Provided for languages that do not support operator overloading. You can use the / operator otherwise)
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Vector3d Divide(
Vector3d vector,
double t
)
VB
Public Shared Function Divide (
vector As Vector3d,
t As Double
) As Vector3d
- vector
- Type: Rhino.Geometry.Vector3d
A vector. - t
- Type: System.Double
A number.
Type: Vector3d
A new vector that is componentwise divided by t.
Supported in: 6.0.16224.21491, 5D58w