53 const std::string&
name()
const;
69 const Vector &p1,
const Vector &p2,
95 const std::vector<Vector> &l,
110 const Vector &p,
const Vector &v1,
const Vector &v2,
173 std::function<Vector(
double,
double)> f,
213 void draw_plane(
const Vector &c,
const Matrix &A,
bool yaw_is_up=
true,
236 const StyleProperties& bound_s = { Color::yellow(0.3),
"paving_bound" },
248 for(
const auto& pi : p.boxes())
261 size_t move_write_v(
const Vector &c,
const Matrix &A,
const Vector &p);
268 void set_color_internal(
const Color &c);
281 const std::string _name;
283 size_t vertex_count = 0;
284 bool lock_style=
false;
Ellipsoid representation.
Definition codac2_Ellipsoid.h:43
Interval class, for representing closed and connected subsets of .
Definition codac2_Interval.h:62
Color structure, in RGBA or HSVA format.
Definition codac2_Color.h:44
Style properties structure, to specify the style of a shape.
Definition codac2_StyleProperties.h:26