| SoTextureMatrixElementMult Method  | 
Multiplies the given matrix into the texture matrix. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void Mult(
	SoState state,
	SoNode node,
	SbMatrix matrix
)
Public Shared Sub Mult ( 
	state As SoState,
	node As SoNode,
	matrix As SbMatrix
)
public:
static void Mult(
	SoState^ state, 
	SoNode^ node, 
	SbMatrix matrix
)
static member Mult : 
        state : SoState * 
        node : SoNode * 
        matrix : SbMatrix -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - node
 - Type: OIV.Inventor.NodesSoNode
 - matrix
 - Type: OIV.InventorSbMatrix
 
Remarks
See Also