Point3DdMultiply Operator (Matrix3D, Point3Dd)

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 Point3Dd operator *(
	Matrix3D lhs,
	Point3Dd rhs
)

Parameters

lhs
Type: Stemmer.CvbMatrix3D
matrix
rhs
Type: Stemmer.CvbPoint3Dd
rhs

Return Value

Type: Point3Dd
Product of lhs and rhs.
See Also

Reference