Files
WoodDrone/utils/move.h
Dana Markova 0de214c9a1 first commit
2025-07-28 13:21:36 +03:00

5 lines
119 B
C

#pragma once
#include "quat.h"
Vec3 Motion(Vec3 vec, bool move, float dx, float dy, float range, unsigned long time);