Click or drag to resize
SoTransformMultRight Method

Convenience function that combines the effects of a matrix transformation into the current transformation stored in this node.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void MultRight(
	SbMatrix mat
)

Parameters

mat
Type: OIV.InventorSbMatrix
Remarks

This method postmultiplies the transformation.

See Also