#include <fatarcs.hpp>
Public Types | |
typedef C | coeff_t |
typedef std::vector< coeff_t > | vec_t |
typedef Seq< coeff_t > | seq_t |
typedef domain< coeff_t > | box_t |
typedef polynomial< coeff_t,with< Bernstein > > | bernstein_t |
typedef polynomial< coeff_t,with< MonomialTensor > > | monom_t |
Public Member Functions | |
arc_rep () | |
arc_rep (vec_t p0, vec_t p1, vec_t p2) | |
arc_rep (vec_t p[3]) | |
coeff_t | weight () |
vec_t | midc () |
seq_t | arc_eq () |
vec_t | critpt (int var) |
arc_rep< coeff_t > | offset (coeff_t r) |
Public Attributes | |
vec_t | pts [3] |
typedef polynomial< coeff_t ,with<Bernstein> > arc_rep< C >::bernstein_t |
typedef polynomial< coeff_t ,with<MonomialTensor> > arc_rep< C >::monom_t |