scsl/include/scmp/Motion2D.h

22 lines
301 B
C
Raw Normal View History

//
// Created by Kyle Isom on 2/21/20.
//
#ifndef SCCCL_MOTION2D_H
#define SCCCL_MOTION2D_H
2023-10-19 06:57:50 +00:00
#include <scmp/geom/Vector.h>
2023-10-19 06:57:50 +00:00
namespace scmp {
namespace basic {
scmp::geom::Vector2D Acceleration(double speed, double heading);
} // namespace basic
} // namespace phsyics
#endif //SCCCL_MOTION2D_H