SoTransformMultRight Method |
Convenience function that combines the effects of a matrix transformation into the current transformation stored in this node.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void MultRight(
SbMatrix mat
)
Public Sub MultRight (
mat As SbMatrix
)
public:
void MultRight(
SbMatrix mat
)
member MultRight :
mat : SbMatrix -> unit
Parameters
- mat
- Type: OIV.InventorSbMatrix
Remarks This method postmultiplies the transformation.
See Also