xmsmesh
1.0
|
#include <xmsmesh/meshing/detail/MePolyOffsetter.h>
#include <sstream>
#include <boost/unordered_set.hpp>
#include <xmscore/math/math.h>
#include <xmscore/points/pt.h>
#include <xmsinterp/geometry/geoms.h>
#include <xmsmesh/meshing/detail/MePolyCleaner.h>
#include <xmscore/misc/XmError.h>
#include <xmsmesh/meshing/detail/MePolyOffsetter.t.h>
#include <xmscore/testing/TestTools.h>
Go to the source code of this file.
Classes | |
class | xms::MePolyOffsetterImpl |
Offsets a polyline (in or out). The polyline forms a closed loop. More... | |
Macros | |
#define | TWOPI 6.28318530717958647692528 |
prior calculated constant | |
#define | PIOVER6 0.523598775598299 |
prior calculated constant | |
#define | SEVENPIOVER3 7.330382858376180 |
prior calculated constant | |
#define | FOURPIOVER3 4.188790204786390 |
prior calculated constant | |
#define | SIN60 0.866025403784 |
prior calculated constant | |
#define | TWOPIOVER3 2.094395102393200 |
prior calculated constant | |
#define | PIOVER3 1.047197551196600 |
prior calculated constant | |
Definition in file MePolyOffsetter.cpp.