Point3DfMultiply Operator (Matrix3D, Point3Df)

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

Parameters

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

Return Value

Type: Point3Df
Product of lhs and rhs.
See Also

Reference