| SbMatrixdSetValue Method (SbMatrix) |
Sets value from a single precision matrix.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.39.0.Release.27472774f05218f47d897e52c3791dccca1041b1
Syntaxpublic void SetValue(
SbMatrix m
)
Public Sub SetValue (
m As SbMatrix
)
public:
void SetValue(
SbMatrix m
)
member SetValue :
m : SbMatrix -> unit
Parameters
- m
- Type: OIV.InventorSbMatrix
Single precision matrix.
See Also