|
ellipsoid_tree 0.1.0
Exact intersection tests for ellipsoids and friends
|
Options controlling how draw_cg1_field maps field values to colors. More...
#include <ellipsoid_tree/plot2d.hpp>
Public Attributes | |
| double | vmin = std::numeric_limits<double>::quiet_NaN() |
| NaN: use the data minimum. | |
| double | vmax = std::numeric_limits<double>::quiet_NaN() |
| NaN: use the data maximum. | |
| bool | wireframe = false |
| Overlay the triangle edges. | |
| Style | wire_style = Style{with_alpha(colors::black(), 0.35), 0.5, colors::transparent()} |
| Style for the wireframe overlay. | |
Options controlling how draw_cg1_field maps field values to colors.
| double ellipsoid_tree::FieldOptions::vmin = std::numeric_limits<double>::quiet_NaN() |
NaN: use the data minimum.
| double ellipsoid_tree::FieldOptions::vmax = std::numeric_limits<double>::quiet_NaN() |
NaN: use the data maximum.
| bool ellipsoid_tree::FieldOptions::wireframe = false |
Overlay the triangle edges.
| Style ellipsoid_tree::FieldOptions::wire_style = Style{with_alpha(colors::black(), 0.35), 0.5, colors::transparent()} |
Style for the wireframe overlay.