scsl
0.2.5
Shimmering Clarity Standard Library
include
scmp
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
Vector.h
Linear algebraic vector class.
scmp::geom::Vector< double, 2 >
scmp::basic::Acceleration
scmp::geom::Vector2D Acceleration(double speed, double heading)
scmp
Shimmering Clarity Math & Physics toolkit.
Definition:
geom.h:33
Generated by
1.9.1