11#ifndef __IBEX_SEP_POLARXY_H__
12#define __IBEX_SEP_POLARXY_H__
19using ibex::IntervalVector;
48 virtual void separate(IntervalVector& x_in, IntervalVector& x_out);
Minimal contractor for the polar constraint: x = rho*cos(theta) y = rho*sin(theta) theta = angle(x,...
Definition codac_CtcPolar.h:33
Separator for point in sector. A sector is defined by its center, a distance and an angle (with uncer...
Definition codac_SepPolarXY.h:31
void contractOut(IntervalVector &x_out)
compute the outer contraction
void contractIn(IntervalVector &x_in)
compute the inner contraction
virtual void separate(IntervalVector &x_in, IntervalVector &x_out)
SepPolarXY(Interval rho, Interval theta)
Construct a new SepPolarXY object.
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition codac_capd_helpers.h:9