M_Rhino_Geometry_Vector3f_Divide - mcneel/rhinocommon-api-docs GitHub Wiki
Divides a Vector3f by a number, having the effect of shrinking it, t times. (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 Vector3f Divide(
Vector3f vector,
double t
)
VB
Public Shared Function Divide (
vector As Vector3f,
t As Double
) As Vector3f
- vector
- Type: Rhino.Geometry.Vector3f
A vector. - t
- Type: System.Double
A number.
Type: Vector3f
A new vector that is componentwise divided by t.
Supported in: 6.0.16224.21491