Point2DMultiply Operator (Point2D, Point2D)

CVB.Net Documentation
Inner product of two PointD structure.

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

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

Parameters

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

Return Value

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

Reference