|
Mundy: Multibody Nonlocal Dynamics Version of the Day
|
Proj(x) = min(max(x, lower_bound), upper_bound) for all x in R.
#include <convex.hpp>
Public Types | |
| using | value_type = Scalar |
Public Member Functions | |
| constexpr value_type | operator() (const value_type &x) const |
| constexpr value_type | project (const value_type &x) const |
Public Attributes | |
| value_type | lower_bound |
| value_type | upper_bound |
| using mundy::convex::space::Bounded< Scalar >::value_type = Scalar |
|
inlineconstexpr |
|
inlineconstexpr |
| value_type mundy::convex::space::Bounded< Scalar >::lower_bound |
| value_type mundy::convex::space::Bounded< Scalar >::upper_bound |