SIMatrix3.TransposeInPlace.1.vbs Example
Applies To
SIMatrix3.TransposeInPlace method
Description
This example demonstrates how to use the SIMatrix3.TransposeInPlace method.
Code
dim m1
' Create 3x3 matrix.
set m1 = XSIMath.CreateMatrix3(1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0)
m1.TransposeInPlaceRelated Examples
Keywords
SIMatrix3 TransposeInPlace
Autodesk Softimage 2011