Khangai Robot Play - Naive  01
THe naive play of the Khangai Robot
min_accel.h
Go to the documentation of this file.
1 /*
2  * min_accel.h
3  *
4  * Created : 25/2/2019
5  * Author : n-is
6  * email : 073bex422.nischal@pcampus.edu.np
7  */
8 
9 #ifndef _MIN_ACCEL_H_
10 #define _MIN_ACCEL_H_
11 
12 #include "vec2.h"
13 
14 void min_accel(float (&poly)[4], Vec2<float> pos, Vec2<float> vel, float Tp);
15 
16 #endif // !_MIN_ACCEL_H_
void min_accel(float(&poly)[4], Vec2< float > pos, Vec2< float > vel, float Tp)
Definition: min_accel.cpp:14