(start: Point, end: Point)
| 161 | } |
| 162 | |
| 163 | pub fn segment(start: Point, end: Point) -> Segment { |
| 164 | Segment { start, end } |
| 165 | } |
| 166 | |
| 167 | pub fn axis_value(point: Point, axis: Axis) -> i32 { |
| 168 | match axis { |
nothing calls this directly
no outgoing calls
no test coverage detected