Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants