RhinoCommon API
Vector3fMultiply Operator (Vector3f, Vector3f) |
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)
Since: 5.0

public static double operator *( Vector3f point1, Vector3f point2 )
Public Shared Operator * ( point1 As Vector3f, point2 As Vector3f ) As Double
Parameters
- point1
- Type: Rhino.GeometryVector3f
The first point. - point2
- Type: Rhino.GeometryVector3f
The second point.
Return Value
Type: DoubleA value that results from the coordinate-wise multiplication of point1 and point2.
