Point2DdMultiply Operator (AffineMatrix2D, Point2Dd)

CVB.Net Documentation
Transform a point using an affine matrix (= coordinate system).

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

public static Point2Dd operator *(
	AffineMatrix2D m,
	Point2Dd p
)

Parameters

m
Type: Stemmer.CvbAffineMatrix2D
affine matrix to transform with
p
Type: Stemmer.CvbPoint2Dd
point to transform

Return Value

Type: Point2Dd
Product of m and p.
See Also

Reference