|
ellipsoid_tree 0.1.0
Exact intersection tests for ellipsoids and friends
|
An in-memory RGB raster produced by Plot2D::render_rgb. More...
#include <ellipsoid_tree/plot2d.hpp>
Public Attributes | |
| int | width = 0 |
| Image width in pixels. | |
| int | height = 0 |
| Image height in pixels. | |
| std::vector< unsigned char > | rgb |
| Pixels, row-major, 3 bytes (RGB) per pixel. | |
An in-memory RGB raster produced by Plot2D::render_rgb.
| int ellipsoid_tree::RenderedImage::width = 0 |
Image width in pixels.
| int ellipsoid_tree::RenderedImage::height = 0 |
Image height in pixels.
| std::vector<unsigned char> ellipsoid_tree::RenderedImage::rgb |
Pixels, row-major, 3 bytes (RGB) per pixel.