shape_doc 0.1
|
#include <realroot/Seq.hpp>
#include <realroot/polynomial_tensor.hpp>
#include <realroot/polynomial_bernstein.hpp>
#include <realroot/solver_uv_continued_fraction.hpp>
#include <shape/point.hpp>
#include <shape/vertex.hpp>
#include <shape/solver_implicit.hpp>
#include <shape/algebraic_curve.hpp>
Go to the source code of this file.
#define BoundingBox bounding_box<C,V> |
Definition at line 26 of file algebraic_curve_fcts.hpp.
Referenced by use< subdivision_def, with_tpl3d< K > >::process_singular(), cell3d_surface_algebraic< C, V >::split(), and cell3d_algebraic_curve< C, V >::subdivide().
#define PointSet point_set<C,V> |
Definition at line 25 of file algebraic_curve_fcts.hpp.
Referenced by mmx::shape::plot().
#define SELF algebraic_curve<C,V> |
Definition at line 24 of file algebraic_curve_fcts.hpp.
#define TMPL template<class C,class V> |
Definition at line 23 of file algebraic_curve_fcts.hpp.