11#ifndef __CODAC_BEACON_H__
12#define __CODAC_BEACON_H__
23 Beacon(
double x = 0.,
double y = 0.,
double z = 0.);
24 Beacon(
const Vector& pos);
25 Beacon(
const IntervalVector& pos_box);
29 const Vector& pos()
const;
30 const IntervalVector& pos_box()
const;
34 Vector m_pos = Vector(3, 0.);
35 IntervalVector m_pos_box = IntervalVector(3);
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition codac_capd_helpers.h:9