SbRotationdMult Method (SbRotationd) |
Multiplies the matrix of this rotation by the rotation r.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.37.0.Release.d68cc17a144c4f433a18b21dc892065973fe2b38
Syntaxpublic void Mult(
SbRotationd r
)
Public Sub Mult (
r As SbRotationd
)
public:
void Mult(
SbRotationd r
)
member Mult :
r : SbRotationd -> unit
Parameters
- r
- Type: OIV.InventorSbRotationd
Multiplicative rotation.
See Also