base class for a 3D volume raster graphics draw target
More...
#include <mia/3d/imagedraw.hh>
base class for a 3D volume raster graphics draw target
Definition at line 35 of file imagedraw.hh.
◆ C3DDrawBox()
◆ draw_line()
Draw a line from a to b in the volume with the current draw color. The line will be clipped at the output boundaries.
- Parameters
-
◆ draw_point()
void C3DDrawBox::draw_point |
( |
const C3DFVector & |
p | ) |
|
◆ draw_triangle()
Draw a filled triangle with the corners a, b, d in the volume with the current draw color. The triangle will be clipped at the output boundaries.
- Parameters
-
The documentation for this class was generated from the following file: