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

Write code to project 3d in 2d #34

Open
pingdynasty opened this issue Feb 10, 2016 · 1 comment
Open

Write code to project 3d in 2d #34

pingdynasty opened this issue Feb 10, 2016 · 1 comment

Comments

@pingdynasty
Copy link
Collaborator

For a number of projects we need an efficient way to project a 3-dimensional parameter space onto 2 along one or two angles.

One example is the Lorenz attractor:
http://hoxtonowl.com/patch-library/patch/Lorenz_Attractor/

It generates an X, Y, Z output which is currently projected along the Z axis. (or perhaps the Z value is ignored altogether)
I'd like to project onto left and right output (Xout and Yout) while varying the Y-Z (or X-Z) angle and distance.

As a second task, the projection should be done with two varying angles and distance.

@giuliomoro
Copy link
Collaborator

applied to Lorenz Attractor:
https://github.com/giuliomoro/gmOwlPatches

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