SbRotationSetValue Method (SbMatrixd) |
Sets rotation from a double precision rotation matrix.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.2.0.Release.b1c2f41e1719ac8d4c3f00435c0b4b040d8bfcc0
Syntax public void SetValue(
SbMatrixd m
)
Public Sub SetValue (
m As SbMatrixd
)
public:
void SetValue(
SbMatrixd m
)
member SetValue :
m : SbMatrixd -> unit
Parameters
- m
- Type: OIV.InventorSbMatrixd
Double precision matrix.
See Also