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

Parameters for generating the data. More...

#include <Cylinder.h>

Public Attributes

float height
 
float radius
 
int stacks
 
int sectors
 
bool top
 
bool bottom
 

Detailed Description

Parameters for generating the data.

Member Data Documentation

◆ bottom

bool sf::xgl::Cylinder::Parameters::bottom

Closes the cylinder at the bottom.

◆ height

float sf::xgl::Cylinder::Parameters::height

Height of the cylinder.

◆ radius

float sf::xgl::Cylinder::Parameters::radius

Radius of the cylinder.

◆ sectors

int sf::xgl::Cylinder::Parameters::sectors

Number of sectors (segments around the circumference).

◆ stacks

int sf::xgl::Cylinder::Parameters::stacks

Number of stacks (segments along the height).

◆ top

bool sf::xgl::Cylinder::Parameters::top

Closes the cylinder at the top.


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