AffineMatrix3DMultiply 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 AffineMatrix3D operator *(
	AffineMatrix3D lhs,
	AffineMatrix3D rhs
)

Parameters

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

Return Value

Type: AffineMatrix3D
composed AffineMatrix struct
See Also

Reference