matrixTranspose
Revision as of 22:11, 23 February 2023 by Lou Montana (talk | contribs) (Text replacement - "Link\|https:\/\/en\.wikipedia\.org\/([^w][^i])" to "Link|https://en.wikipedia.org/wiki/$1")
Description
- Description:
-
Returns transposed version of the given matrix. The matrix is an Array of rows.
Each row is an Array of corresponding column values for the row. The minimum number of rows is 1. - Groups:
- MathMath - Vectors
Syntax
- Syntax:
- matrixTranspose matrix
- Parameters:
- matrix: Array - given matrix
- Return Value:
- Array - transposed matrix
Examples
- Example 1:
- Example 2:
- Example 3:
Additional Information
- See also:
- matrixMultiply vectorAdd vectorMagnitude vectorNormalized vectorMultiply vectorDotProduct vectorCrossProduct vectorDistance vectorLinearConversion vectorCos vectorFromTo vectorModelToWorld vectorWorldToModel
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note