codac 2.0.0
Loading...
Searching...
No Matches
codac2_CtcPolar.h
Go to the documentation of this file.
1
9
10#pragma once
11
12#include "codac2_Ctc.h"
14
15namespace codac2
16{
34 class CtcPolar : public Ctc<CtcPolar,IntervalVector>
35 {
36 public:
37
42 : Ctc<CtcPolar,IntervalVector>(4)
43 { }
44
50 void contract(IntervalVector& x) const;
51
60 void contract(Interval& x, Interval& y, Interval& rho, Interval& theta) const;
61 };
62}
void contract(IntervalVector &x) const
Applies .
CtcPolar()
Creates the contractor.
Definition codac2_CtcPolar.h:41
void contract(Interval &x, Interval &y, Interval &rho, Interval &theta) const
Applies .
Interval class, for representing closed and connected subsets of .
Definition codac2_Interval.h:49