![]() |
KiCad PCB EDA Suite
|
#include <preview_items/arc_assistant.h>
#include <preview_items/draw_context.h>
#include <preview_items/preview_utils.h>
#include <gal/graphics_abstraction_layer.h>
#include <view/view.h>
#include <base_units.h>
#include <trigo.h>
Go to the source code of this file.
Functions | |
double | getNormDeciDegFromRad (double aRadians) |
Get deci-degrees from radians, normalised to +/- 360. More... | |
double getNormDeciDegFromRad | ( | double | aRadians | ) |
Get deci-degrees from radians, normalised to +/- 360.
The normalisation is such that a negative angle will stay negative.
Definition at line 66 of file arc_assistant.cpp.
References RAD2DECIDEG().
Referenced by KIGFX::PREVIEW::ARC_ASSISTANT::ViewDraw().