Get2 (SIMatrix3)

Description

Returns all components of this matrix in an array. The values in the array are ordered the same as the SIMatrix3.Get output parameters. This is the layout of the matrix:

| m0 m1 m2 |

| m3 m4 m5 |

| m6 m7 m8 |

Note: This method must be used with scripting languages that don't support arguments passed by reference such as JScript. For more information on getting output arguments, see About Output Argument Arrays.

C# Syntax

Object SIMatrix3.Get2();

Return Value

Array ordered as m0, m1, m2, m3, m4, m5, m6, m7, m8.

See Also

SIMatrix3.Get

Examples

• See SIMatrix3.Get2.1.js



Autodesk Softimage 2011