Point3DfMultiply Operator (AffineMatrix3D, Point3Df)

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

Parameters

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

Return Value

Type: Point3Df
Product of m and p.
See Also

Reference