opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Attributes | Friends | List of all members
osc::LatheGeometryParams Struct Referencefinal

#include <lathe_geometry.h>

Collaboration diagram for osc::LatheGeometryParams:
[legend]

Public Attributes

std::vector< Vector2points = {{0.0f, -0.5f}, {0.5f, 0.0f}, {0.0f, 0.5f}}
 
size_t num_segments = 12
 
Radians phi_start = Degrees{0}
 
Radians phi_length = Degrees{360}
 

Friends

bool operator== (const LatheGeometryParams &, const LatheGeometryParams &)=default
 

Friends And Related Symbol Documentation

◆ operator==

Member Data Documentation

◆ num_segments

size_t osc::LatheGeometryParams::num_segments = 12

◆ phi_length

Radians osc::LatheGeometryParams::phi_length = Degrees{360}

◆ phi_start

Radians osc::LatheGeometryParams::phi_start = Degrees{0}

◆ points

std::vector<Vector2> osc::LatheGeometryParams::points = {{0.0f, -0.5f}, {0.5f, 0.0f}, {0.0f, 0.5f}}

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