5 lines
169 B
C
5 lines
169 B
C
#include "rotation3.h"
|
|
|
|
const rotation3_fp32_t FP32_IDLE_ROTATION3 = { {0.0f, 0.0f, 0.0f}, 0.0f};
|
|
|
|
const rotation3_fp64_t FP64_IDLE_ROTATION3 = { {0.0, 0.0, 0.0}, 0.0};
|