|
|
|
@ -80,6 +80,9 @@ enum Rotation : uint8_t {
@@ -80,6 +80,9 @@ enum Rotation : uint8_t {
|
|
|
|
|
// maximum rotation that will be used for auto-detection
|
|
|
|
|
#define ROTATION_MAX_AUTO_ROTATION ROTATION_ROLL_90_PITCH_315 |
|
|
|
|
|
|
|
|
|
// definitions used by quaterion and vector3f
|
|
|
|
|
#define HALF_SQRT_2 0.70710678118654757f |
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
Here are the same values in a form suitable for a @Values attribute in |
|
|
|
|
auto documentation: |
|
|
|
|