M_Rhino_Geometry_Vector2f_op_Multiply - mcneel/rhinocommon-api-docs GitHub Wiki

Vector2f.Multiply Operator

Multiplies two Vector2f together, returning the dot (internal) product of the two.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static double operator *(
	Vector2f point1,
	Vector2f point2
)

VB

Public Shared Operator * ( 
	point1 As Vector2f,
	point2 As Vector2f
) As Double

Parameters

 

point1
Type: Rhino.Geometry.Vector2f
The first point.
point2
Type: Rhino.Geometry.Vector2f
The second point.

Return Value

Type: Double
A value that results from the coordinatewise multiplication of point1 and point2.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Vector2f Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️