scsl  0.2.5
Shimmering Clarity Standard Library
Motion2D.h
Go to the documentation of this file.
1 //
2 // Created by Kyle Isom on 2/21/20.
3 //
4 
5 #ifndef SCCCL_MOTION2D_H
6 #define SCCCL_MOTION2D_H
7 
8 
9 #include <scmp/geom/Vector.h>
10 
11 namespace scmp {
12 namespace basic {
13 
14 
15 scmp::geom::Vector2D Acceleration(double speed, double heading);
16 
17 
18 } // namespace basic
19 } // namespace phsyics
20 
21 #endif //SCCCL_MOTION2D_H
Linear algebraic vector class.
scmp::geom::Vector2D Acceleration(double speed, double heading)
Shimmering Clarity Math & Physics toolkit.
Definition: geom.h:33