SoLocalBBoxMatrixElementMult Method |
Multiplies the given matrix into the local matrix.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Mult(
SoState state,
SbMatrix matrix
)
Public Shared Sub Mult (
state As SoState,
matrix As SbMatrix
)
public:
static void Mult(
SoState^ state,
SbMatrix matrix
)
static member Mult :
state : SoState *
matrix : SbMatrix -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- matrix
- Type: OIV.InventorSbMatrix
Remarks See Also