Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee committed Dec 3, 2024
1 parent 5426cf9 commit 1925f74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/lox-orbits/src/analysis.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use std::collections::HashMap;
use std::f64::consts::PI;

/*
Expand Down Expand Up @@ -146,6 +147,11 @@ pub fn visibility<
)
}

pub fn visibility_all<T: TimeLike + TryToScale<Tdb, P> + Clone, P: FrameTransformationProvider>(
) -> HashMap<String, HashMap<String, Vec<Window<T>>>> {
todo!()
}

#[cfg(test)]
mod tests {
use lox_bodies::Earth;
Expand Down

0 comments on commit 1925f74

Please sign in to comment.