Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::xgl::Axes::Parameters Struct Reference

Parameters for generating the data. More...

#include <Axes.h>

Collaboration diagram for sf::xgl::Axes::Parameters:

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.
 

Detailed Description

Parameters for generating the data.

Constructor & Destructor Documentation

◆ Parameters()

sf::xgl::Axes::Parameters::Parameters ( )

Constructor setting the defaults of the data members.

Member Data Documentation

◆ both

bool sf::xgl::Axes::Parameters::both

Render axes in the positive direction only.

◆ color_x

Color sf::xgl::Axes::Parameters::color_x

X-axis color.

◆ color_y

Color sf::xgl::Axes::Parameters::color_y

Y-axis color.

◆ color_z

Color sf::xgl::Axes::Parameters::color_z

Z-axis color.

◆ length

float sf::xgl::Axes::Parameters::length

Length of the axis line in positive and optional negative direction.

◆ width

float sf::xgl::Axes::Parameters::width

Specifies the width of a line to be rendered.


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