SoVRMLTransformMultRight Method |
Convenience function that combines the effects of a matrix transformation into the transformation stored in this node.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic 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
RemarksThis method postmultiplies the transformation.
See Also