Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix track to node #4500

Closed
Durman opened this issue May 30, 2022 · 1 comment
Closed

Matrix track to node #4500

Durman opened this issue May 30, 2022 · 1 comment

Comments

@Durman
Copy link
Collaborator

Durman commented May 30, 2022

Problem statement

image

image

@zeffii
Copy link
Collaborator

zeffii commented May 30, 2022

for par in zip(*params):
matrix_list, x_list, y_list, z_list = self.matrix_track_to(match_long_repeat(par), mT, mU, orthogonalize, gates)
m_add(matrix_list)
x_add([x_list])
y_add(y_list)
z_add(z_list)

it was originally (and is now again)
https://github.com/nortikin/sverchok/blame/535432807e55d803493a9bace51a8dacf2bea11a/nodes/matrix/matrix_track_to.py#L197-L203

@zeffii zeffii closed this as completed in f7537fb May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants