Category:ProtoFlux:Operators:Matrix: Difference between revisions

Category page
Create Matrix ProtoFlux Nodes Category
 
Cleaning ProtoFlux Categories
Line 16: Line 16:
|Unpack Rows|| unpack a set of float3, double2, (etc) Rows from a Matrix
|Unpack Rows|| unpack a set of float3, double2, (etc) Rows from a Matrix
}}
}}
[[Category:ProtoFlux:Operators]]

Revision as of 11:26, 5 February 2024

Nodes
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 A bunch of ones from top left to bottom right, 0 in all other positions
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
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