Click or drag to resize
SoVRMLTransformMultRight Method

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

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void MultRight(
	SbMatrix mat
)

Parameters

mat
Type: OIV.InventorSbMatrix
Remarks

This method postmultiplies the transformation.

See Also