TransposeInverse (SIMatrix3)

Description

Sets this matrix to the transpose of the inverse of the input matrix m (if not singular): this = Transpose(m^-1)

Scripting Syntax

SIMatrix3.TransposeInverse( m )

C# Syntax

Int32 SIMatrix3.TransposeInverse( SIMatrix3 in_pMatrix );

Parameters

Parameter

Type

Description

m

SIMatrix3

Matrix operand

Return Value

Boolean True if the matrix m has been inverted (not singular); otherwise False.

See Also

SIMatrix3.TransposeInverseInPlace

SIVector3

SIMatrix3

SIMatrix4

SIRotation

SITransformation

SIQuaternion

 

Examples

• See SIMatrix3.TransposeInverse.1.vbs

• See SIMatrix3.TransposeInverse.2.js



Autodesk Softimage 2011