11#ifndef __IBEX_SEP_POLYGON_H__
12#define __IBEX_SEP_POLYGON_H__
14#include "ibex_SepBoundaryCtc.h"
15#include "ibex_CtcUnion.h"
16#include "codac_PdcInPolygon.h"
81 SepPolygon(std::vector< std::vector< std::vector<double> > >& points);
96 SepPolygon(std::vector< std::vector < double > > & vertices);
114 SepPolygon(std::vector<double>& ax, std::vector<double>& ay, std::vector<double>& bx, std::vector<double>& by);
Separator for Point inside a polygon.
Definition codac_SepPolygon.h:64
SepPolygon(std::vector< double > &ax, std::vector< double > &ay, std::vector< double > &bx, std::vector< double > &by)
SepPolygon(std::vector< std::vector< double > > &vertices)
Create a Separator with the polygon passed as argument.
SepPolygon(std::vector< std::vector< std::vector< double > > > &points)
Create a Separator with the polygon passed as argument.
~SepPolygon()
Delete this.
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition codac_capd_helpers.h:9