Support level 3 radial counts other than 360/720

Fixes #49
This commit is contained in:
Dan Paulat 2023-06-02 00:18:24 -05:00
parent 869dee8288
commit 9c442574ae
3 changed files with 138 additions and 31 deletions

View file

@ -8,7 +8,8 @@ namespace common
enum class RadialSize
{
_0_5Degree,
_1Degree
_1Degree,
NonStandard
};
} // namespace common