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