Skip to content
Snippets Groups Projects
user avatar
Mark Olesen authored
- these already existed for a single value, but now handle the full
  field. This is more memory-friendly.

      fld.clamp_min(lower);  OLD: fld = max(fld, lower);
      fld.clamp_max(upper);  OLD: fld = min(fld, upper);
6c20df28
History
Name Last commit Last update
..