The Cylinder class is a concept class for cylinder-related enum classes. More...
#include <hps.h>
Public Types | |
enum | Component : uint32_t { Component::Faces, Component::Edges } |
Enumerates the cylinder components vertex colors can be applied to. More... | |
enum | Capping : uint32_t { Capping::None, Capping::First, Capping::Last, Capping::Both } |
Enumerates the type of capping geometry to use for cylinders. More... | |
enum | Orientation : uint32_t { Orientation::Default, Orientation::DefaultRadii, Orientation::InvertRadii, Orientation::InvertRadiiOnly, Orientation::DefaultColors, Orientation::InvertColors, Orientation::InvertColorsOnly, Orientation::InvertAll } |
Allows reversing of cylinder colors, radii, or both. More... | |
Private Member Functions | |
Cylinder () | |
The Cylinder class is a concept class for cylinder-related enum classes.
|
strong |
|
strong |
|
strong |
Allows reversing of cylinder colors, radii, or both.
Enumerator | |
---|---|
Default | Cylinder Orientation. |
DefaultRadii | Cylinder Orientation. |
InvertRadii | Cylinder Orientation. |
InvertRadiiOnly | Cylinder Orientation. |
DefaultColors | Cylinder Orientation. |
InvertColors | Cylinder Orientation. |
InvertColorsOnly | Cylinder Orientation. |
InvertAll | Cylinder Orientation. |
|
inlineprivate |