codac 1.5.6
Loading...
Searching...
No Matches
codac2_CtcPolygon.h
Go to the documentation of this file.
1
9
10#pragma once
11
12#include "codac2_Polygon.h"
14#include "codac2_CtcUnion.h"
15
16namespace codac2
17{
18 class CtcPolygon : public CtcCtcBoundary
19 {
20 public:
21
22 CtcPolygon(const Polygon& p);
23 void contract(IntervalVector& x) const;
24 };
25}