| 41 | #[derive(Clone, Copy, Debug, PartialEq, PartialOrd)] |
| 42 | pub struct XEnd(pub f64); |
| 43 | pub struct YEnd(f64, f64); |
| 44 | |
| 45 | /// sets the absolute max value for x |
| 46 | pub fn x(end_x: f64) -> Option<XEnd> { |
nothing calls this directly
no outgoing calls
no test coverage detected