Point3DdMultiply Operator (AffineMatrix3D, Point3Dd)

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 Point3Dd operator *(
	AffineMatrix3D m,
	Point3Dd p
)

Parameters

m
Type: Stemmer.CvbAffineMatrix3D
affine matrix to transform with
p
Type: Stemmer.CvbPoint3Dd
point to transform

Return Value

Type: Point3Dd
Product of m and p.
See Also

Reference