Document that angles are represented in degrees at run-time

This commit is contained in:
Olivier Goffart 2021-07-26 09:40:14 +02:00 committed by Olivier Goffart
parent dbdd8d8cb3
commit fae6e0b52d
3 changed files with 4 additions and 1 deletions

View file

@ -14,6 +14,7 @@ The follow table summarizes the entire mapping:
| `physical_length` | `float` | The unit are physical pixels. |
| `length` | `float` | At run-time, logical lengths are automatically translated to physical pixels using the device pixel ratio. |
| `duration` | `std::int64_t` | At run-time, durations are always represented as signed 64-bit integers with millisecond precision. |
| `angle` | `float` | The value in degrees. |
| structure | A `class` of the same name | The order of the data member are in the lexicographic order of their name |
## Structures