maliput
saturate.cc File Reference
Include dependency graph for saturate.cc:

Namespaces

 maliput
 Code in this file is inspired by: https://github.com/RobotLocomotion/drake/blob/master/common/text_logging.h.
 
 maliput::math
 Namespace to group basic mathematical and geometric support to maliput.
 

Functions

double saturate (double x, double min, double max)
 When x is less than min, it returns min. More...