Skip to content
Snippets Groups Projects
Commit c13386f7 authored by antoinemeyer5's avatar antoinemeyer5
Browse files

documentations

parent bbc523a8
No related branches found
No related tags found
No related merge requests found
File added
{
"files.associations": {
"ball.h": "c"
}
}
\ No newline at end of file
......@@ -50,7 +50,7 @@ void calculationTrajectory(canon_t canon, int xDropPoint, int yDropPoint){
float distance= (float)(yDropPoint-canon.y);
printf("test : %f\n", y);
//printf("test : %f\n", y);
trajectory[0][0]=canon.y;
trajectory[0][1]=canon.x;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment