|
Horizon
|
Public Types | |
| enum class | Type { LINE , ARC } |
Public Member Functions | |
| Vertex (const json &j) | |
| Vertex (const Coordi &c) | |
| json | serialize () const |
Public Attributes | |
| bool | remove = false |
| Type | type = Type::LINE |
| Coordi | position |
| Coordi | arc_center |
| bool | arc_reverse = false |
| false: counter clockwise true: clockwise | |