RhinoCommon API
Vector3dDivide Method |
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)
Since: 5.0

public static Vector3d Divide( Vector3d vector, double t )
Public Shared Function Divide ( vector As Vector3d, t As Double ) As Vector3d
Parameters
- vector
- Type: Rhino.GeometryVector3d
A vector. - t
- Type: SystemDouble
A number.
Return Value
Type: Vector3dA new vector that is component-wise divided by t.
