ADBench
ADBench copied to clipboard
Make Zygote more Julian
- make
cam
inproject
a
struct Camera{T}
rot :: SVector{3,T}
centre :: SVector{2,T}
radial :: SVector{2,T}
focal :: T
X0 : SVector{2,T}
- replace pack() unpack() with struct as above
- Replace
parents
integer indices with a tree data structure. This will allow for less mutative updating inrelatives_to_absolutes
and cleaner, hopefully faster, code.