Function tiny_skia::line_clipper::is_between_unsorted

source ยท
fn is_between_unsorted(value: f32, limit0: f32, limit1: f32) -> bool
Expand description

Returns value between the two limits, where the limits are either ascending or descending.