Description:

Multiplies two Vector2f together, returning the dot (internal) product of the two. (Provided for languages that do not support operator overloading. You can use the * operator otherwise)

Syntax:
public static double Multiply(
Vector2f point1,
Vector2f point2
)
Parameters:
Returns:
Type: double
A value that results from the coordinate-wise multiplication of point1 and point2.
Available since:
6.0

Multiply method

Class:  Rhino.Geometry.Vector2f

Nothing found