17 #include <core/sim/accelerometer.h> 18 #include <core_ui/canvas.h> 24 static constexpr
double kCanvasWidth = 20;
25 static constexpr
double kCanvasHeight = 20;
27 static constexpr
double kSensorWidth = 15;
28 static constexpr
double kSensorHeight = 15;
30 static constexpr
double kSkinSize = 0.7;
31 static constexpr
double kVectorLength = 6;
32 static constexpr
double kVectorWidth = 0.4;
40 void paintEvent(QPaintEvent* event)
override;
Basic accelerometer.
Definition: accelerometer.h:27
A reusable canvas with support for logical coordinates and auto-scalling the content.
Definition: canvas.h:36
Definition: accelerometer_widget.cpp:23