Переименование проектов / Renaming of projects
This commit is contained in:
parent
da61a9bf7c
commit
beb237fd4e
44 changed files with 6588 additions and 9 deletions
5
basic-geometry/rotation3.c
Normal file
5
basic-geometry/rotation3.c
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include "rotation3.h"
|
||||
|
||||
const BgFP32Rotation3 BG_FP32_IDLE_ROTATION3 = { {0.0f, 0.0f, 0.0f}, 0.0f};
|
||||
|
||||
const BgFP64Rotation3 BG_FP64_IDLE_ROTATION3 = { {0.0, 0.0, 0.0}, 0.0};
|
||||
Loading…
Add table
Add a link
Reference in a new issue