Point2DdMultiply Operator (Matrix2D, Point2Dd)

CVB.Net Documentation
Multiply a Matrix with a PointD rhs.

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

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

Parameters

lhs
Type: Stemmer.CvbMatrix2D
matrix
rhs
Type: Stemmer.CvbPoint2Dd
rhs

Return Value

Type: Point2Dd
Product of lhs and rhs.
See Also

Reference