Point2DdMultiply Operator (Point2Dd, Point2Dd)

CVB.Net Documentation
Inner product of two PointD vectors.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static double operator *(
	Point2Dd lhs,
	Point2Dd rhs
)

Parameters

lhs
Type: Stemmer.CvbPoint2Dd
left hand side vector
rhs
Type: Stemmer.CvbPoint2Dd
right hand side vector

Return Value

Type: Double
Inner product of lhs and rhs.
See Also

Reference