SIMatrix3.TransposeInverse.1.vbs Example
Applies To
SIMatrix3.TransposeInverse method
Description
This example demonstrates how to use the SIMatrix3.TransposeInverse method.
Code
dim m1, m2 ' Create 3x3 matrices. set m1 = XSIMath.CreateMatrix3(2.0, 3.0, 0.0, 1.0, 4.0, 0.0, 0.0, 0.0, 1.0) set m2 = XSIMath.CreateMatrix3 if m2.TransposeInverse( m1 ) then 'do something else 'do another thing end if
Related Examples
Keywords
SIMatrix3 TransposeInverse
Autodesk Softimage 2011