11#ifndef __CODAC_WALL_H__
12#define __CODAC_WALL_H__
23 Wall(
const Vector& c1,
const Vector& c2);
24 bool contains(
const Vector& p)
const;
31 Vector
operator&(
const Wall& w1,
const Wall& w2);
33 double shorter_dist_to_walls(
const std::vector<Wall>& v_walls,
const Vector& p,
double bearing);
34 Vector shorter_contact_to_walls(
const std::vector<Wall>& v_walls,
const Vector& p);
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition codac_capd_helpers.h:9
const IntervalMatrix operator&(const IntervalMatrix &x, const IntervalMatrix &y)