Added a description. |
Corrected a description. |
||
| Line 7: | Line 7: | ||
|Decomposed Rotation|| | |Decomposed Rotation|| | ||
|Decoposed Scale|| | |Decoposed Scale|| | ||
|Determinant|| | |Determinant|| Returns the matrix's area | ||
|Inverse|| | |Inverse|| | ||
|Matrix Element|| Allows you to get a Matrix value inside a Matrix (Grid of values) | |Matrix Element|| Allows you to get a Matrix value inside a Matrix (Grid of values) | ||
Revision as of 23:32, 28 June 2024
| Node Name | Description |
|---|---|
| Compose Rotation | |
| Compose Scale | |
| Compose Scale Rotation | |
| Compose TRS | Makes a TRS matrix, which define's an object's entire transforms in either local or global space (TRS doesn't define which) |
| Decomposed Position | |
| Decomposed Rotation | |
| Decoposed Scale | |
| Determinant | Returns the matrix's area |
| Inverse | |
| Matrix Element | Allows you to get a Matrix value inside a Matrix (Grid of values) |
| Pack Columns | Pack a set of float3, double2, (etc) Columns into a Matrix |
| Pack Rows | Pack a set of float3, double2, (etc) Rows into a Matrix |
| Transpose | Flips the ordering of a matrix value (either Row-major or Column-major ordering). |
| Unpack Columns | unpack a set of float3, double2, (etc) Columns from a Matrix |
| Unpack Rows | unpack a set of float3, double2, (etc) Rows from a Matrix |
Pages in category "ProtoFlux:Operators:Matrix"
The following 15 pages are in this category, out of 15 total.