AffineMatrix2DMultiply Operator

CVB.Net Documentation
Compose two affine matrices by multiplying them.

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

public static AffineMatrix2D operator *(
	AffineMatrix2D lhs,
	AffineMatrix2D rhs
)

Parameters

lhs
Type: Stemmer.CvbAffineMatrix2D
left hand side operand
rhs
Type: Stemmer.CvbAffineMatrix2D
right hand side operand

Return Value

Type: AffineMatrix2D
composed AffineMatrix struct
See Also

Reference