Matrix Apply (verts)

Matrix Apply (verts)#

https://user-images.githubusercontent.com/14288520/191355240-fce681b0-6b16-42bd-977c-65a7b2c0403d.png

Functionality#

Applies a Transform Matrix to a list or nested lists of vectors (and therefore vertices)

Inputs#

Inputs

Description

Vectors

Represents vertices or intermediate vectors used for further vector math

Matrices

One or more, never empty

Advanced Parameters#

In the N-Panel (and on the right-click menu) you can find:

Output NumPy: Output NumPy arrays in stead of regular lists (makes the node faster)

Outputs#

Nested list of vectors / vertices, matching the number nested incoming matrices.

Examples#

https://user-images.githubusercontent.com/14288520/191473968-81b859bb-707f-42b9-90d4-272dce5ddfab.png
https://user-images.githubusercontent.com/14288520/191473995-62d2c0fc-8793-4a9a-8b2e-790cc2d261d8.png