M_Rhino_Geometry_Vector3f_op_Multiply_2 - mcneel/rhinocommon-api-docs GitHub Wiki
Multiplies a vector by a number, having the effect of scaling it.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Vector3f operator *(
float t,
Vector3f vector
)
VB
Public Shared Operator * (
t As Single,
vector As Vector3f
) As Vector3f
- t
- Type: System.Single
A number. - vector
- Type: Rhino.Geometry.Vector3f
A vector.
Type: Vector3f
A new vector that is the original vector coordinatewise multiplied by t.
Supported in: 6.0.16224.21491, 5D58w