M_Rhino_Geometry_Vector3f_op_Multiply - mcneel/rhinocommon-api-docs GitHub Wiki
Multiplies two Vector3f together, returning the dot (internal) product of the two. This is not the cross product.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static double operator *(
Vector3f point1,
Vector3f point2
)
VB
Public Shared Operator * (
point1 As Vector3f,
point2 As Vector3f
) As Double
- point1
- Type: Rhino.Geometry.Vector3f
The first point. - point2
- Type: Rhino.Geometry.Vector3f
The second point.
Type: Double
A value that results from the coordinatewise multiplication of point1 and point2.
Supported in: 6.0.16224.21491, 5D58w