|
opynsim
Unofficial C++ Documentation
|
#include <sphere_geometry.h>
Public Attributes | |
| float | radius = 1.0f |
| size_t | num_width_segments = 32 |
| size_t | num_height_segments = 16 |
| Radians | phi_start = Degrees{0} |
| Radians | phi_length = Degrees{360} |
| Radians | theta_start = Degrees{0} |
| Radians | theta_length = Degrees{180} |
Friends | |
| bool | operator== (const SphereGeometryParams &, const SphereGeometryParams &)=default |
|
friend |
| size_t osc::SphereGeometryParams::num_height_segments = 16 |
| size_t osc::SphereGeometryParams::num_width_segments = 32 |
| float osc::SphereGeometryParams::radius = 1.0f |