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: 2025.2.0.Release.47655112efc68a70bb943ee3bd5c1e27763923ef
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