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

An RGBA color with components in [0, 1]. More...

#include <ellipsoid_tree/plot2d.hpp>

Public Attributes

double r = 0.0
 
double g = 0.0
 
double b = 0.0
 
double a = 1.0
 Components in [0, 1] (red, green, blue, alpha).
 

Detailed Description

An RGBA color with components in [0, 1].

Member Data Documentation

◆ r

double ellipsoid_tree::Color::r = 0.0

◆ g

double ellipsoid_tree::Color::g = 0.0

◆ b

double ellipsoid_tree::Color::b = 0.0

◆ a

double ellipsoid_tree::Color::a = 1.0

Components in [0, 1] (red, green, blue, alpha).


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