![]() |
Scanframe Modular Application 0.1.0
|
Parameters for generating the data. More...
#include <Axes.h>

Public Member Functions | |
| Parameters () | |
| Constructor setting the defaults of the data members. | |
Public Attributes | |
| bool | both |
| Render axes in the positive direction only. | |
| float | length |
| Length of the axis line in positive and optional negative direction. | |
| float | width |
| Specifies the width of a line to be rendered. | |
| Color | color_x |
| X-axis color. | |
| Color | color_y |
| Y-axis color. | |
| Color | color_z |
| Z-axis color. | |
Parameters for generating the data.
| sf::xgl::Axes::Parameters::Parameters | ( | ) |
Constructor setting the defaults of the data members.
| bool sf::xgl::Axes::Parameters::both |
Render axes in the positive direction only.
| Color sf::xgl::Axes::Parameters::color_x |
X-axis color.
| Color sf::xgl::Axes::Parameters::color_y |
Y-axis color.
| Color sf::xgl::Axes::Parameters::color_z |
Z-axis color.
| float sf::xgl::Axes::Parameters::length |
Length of the axis line in positive and optional negative direction.
| float sf::xgl::Axes::Parameters::width |
Specifies the width of a line to be rendered.