Abstract class GeometricFigure - Base for generating geometries.
More...
#include <GeometricFigure.h>
|
| float | r |
| |
| float | g |
| |
| float | b |
| |
| float | a |
| |
Abstract class GeometricFigure - Base for generating geometries.
Base class for the geometric application of all elements that can be built or deleted from the voxel array of an instance of the Sculptor class.
- Parameters
-
| r | Represents the red component of the color that the voxel(s) will be painted; |
| g | Represents the green component of the color that the voxel(s) will be painted; |
| b | Represents the blue component of the color that the voxel(s) will be painted; |
| a | Represents the transparency component of the color that the voxel(s) will be painted; |
◆ ~GeometricFigure()
| virtual GeometricFigure::~GeometricFigure |
( |
| ) |
|
|
inlinevirtual |
◆ draw()
| virtual void GeometricFigure::draw |
( |
Sculptor & |
sculptor | ) |
|
|
pure virtual |
Transparency component in RGBA color format in a floating point range from 0 to 1.
Blue component RGBA color format in a floating point range from 0 to 1.
Green component RGBA color format in a floating point range from 0 to 1.
Red component RGBA color format in a floating point range from 0 to 1.
The documentation for this class was generated from the following file: