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

Parameters for generating the data. More...

#include <Donut.h>

Public Attributes

float innerRadius
 Inner radius of the donut.
 
float outerRadius
 Outer radius of the donut.
 
float height
 Height of the donut.
 
int sectors
 Number of sectors.
 
int stacks
 Number of stacks.
 

Detailed Description

Parameters for generating the data.

Member Data Documentation

◆ height

float sf::xgl::Donut::Parameters::height

Height of the donut.

◆ innerRadius

float sf::xgl::Donut::Parameters::innerRadius

Inner radius of the donut.

◆ outerRadius

float sf::xgl::Donut::Parameters::outerRadius

Outer radius of the donut.

◆ sectors

int sf::xgl::Donut::Parameters::sectors

Number of sectors.

◆ stacks

int sf::xgl::Donut::Parameters::stacks

Number of stacks.


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