ellipsoid_tree 0.1.0
Exact intersection tests for ellipsoids and friends
Loading...
Searching...
No Matches
ellipsoid_tree::Style Struct Reference

Stroke and fill styling for a drawn primitive. More...

#include <ellipsoid_tree/plot2d.hpp>

Public Attributes

Color stroke = colors::black()
 Outline (stroke) color.
 
double stroke_width = 1.3
 Stroke width in canvas pixels.
 
Color fill = colors::transparent()
 Interior fill color.
 

Detailed Description

Stroke and fill styling for a drawn primitive.

Member Data Documentation

◆ stroke

Color ellipsoid_tree::Style::stroke = colors::black()

Outline (stroke) color.

◆ stroke_width

double ellipsoid_tree::Style::stroke_width = 1.3

Stroke width in canvas pixels.

◆ fill

Color ellipsoid_tree::Style::fill = colors::transparent()

Interior fill color.


The documentation for this struct was generated from the following file: