RhinoCommon API
Vector3fMultiply Operator (Vector3f, Single) |
Multiplies a vector by a number, having the effect of scaling it.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Vector3f operator *( Vector3f vector, float t )
Public Shared Operator * ( vector As Vector3f, t As Single ) As Vector3f
Parameters
- vector
- Type: Rhino.GeometryVector3f
A vector. - t
- Type: SystemSingle
A number.
Return Value
Type: Vector3fA new vector that is the original vector coordinatewise multiplied by t.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8