//! Constraints and projections
pub use Ball2;
pub use NoConstraints;
pub use Rectangle;
/// A set which can be used as a constraint
///
/// This trait defines an abstract function that allows to compute projections
/// on the set
/* ---------------------------------------------------------------------------- */
/* TESTS */
/* ---------------------------------------------------------------------------- */