SbRotationdGetValue Method (SbMatrixd) |
Returns corresponding 4x4 rotation matrix.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.36.0.Release.d5e5954f18f5fba1171104a1eb3d2f8b0fc0d084
Syntaxpublic void GetValue(
out SbMatrixd matrix
)
Public Sub GetValue (
<OutAttribute> ByRef matrix As SbMatrixd
)
public:
void GetValue(
[OutAttribute] SbMatrixd% matrix
)
member GetValue :
matrix : SbMatrixd byref -> unit
Parameters
- matrix
- Type: OIV.InventorSbMatrixd
Matrix representation of this rotation.
See Also