Organize Iris support files

This commit is contained in:
iris committed 2026-09-11 13:06:52 -04:00
1 parent 40e7259d99
commit ea2112c552
11 files changed
+94 -56

No files matched your search

+1 -1
View File
@@ -1035,7 +1035,7 @@ const FIT_COEFFICIENTS: usize = FIT_DEGREE + 1;
pub const MAX_FLING_VELOCITY_DP_S: f32 = 8000.0;
/// The numbers its tests assert on come from
/// `iris/benches/velocity_reference.py`, an independent transcription of
/// `iris/scripts/reference/velocity_reference.py`, an independent transcription of
/// the same Kotlin -- not from this code, for the reason
/// `android_fling_spline`'s doc gives at length.
#[derive(Default)]