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

Make Zygote more Julian #119

Open
awf opened this issue Oct 8, 2019 · 2 comments
Open

Make Zygote more Julian #119

awf opened this issue Oct 8, 2019 · 2 comments

Comments

@awf
Copy link
Contributor

awf commented Oct 8, 2019

  1. make cam in project a
struct Camera{T}
   rot :: SVector{3,T}
   centre :: SVector{2,T}
   radial :: SVector{2,T}
   focal :: T
   X0 : SVector{2,T}
@awf
Copy link
Contributor Author

awf commented Oct 8, 2019

  1. replace pack() unpack() with struct as above

@awf
Copy link
Contributor Author

awf commented Oct 8, 2019

  1. Replace parents integer indices with a tree data structure. This will allow for less mutative updating in relatives_to_absolutes and cleaner, hopefully faster, code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants