Crate fart_utils

Source
Expand description

Small math utility functions for fart.

Structs§

NoMorePartial
Turn a T: PartialOrd and/or T: PartialEq into Ord and/or Eq.

Functions§

clamp
Clamp a value to within some range.
map_range
Map a value from one range to another range.