tofix
This commit is contained in:
parent
8383fc1edf
commit
6ad7555ad7
12 changed files with 81 additions and 24 deletions
8
src/util/math.h
Normal file
8
src/util/math.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef MATH_H
|
||||
#define MATH_H
|
||||
|
||||
#include "../object/point.h"
|
||||
|
||||
float distance(Point& a, Point& b);
|
||||
|
||||
#endif // MATH_H
|
Loading…
Add table
Add a link
Reference in a new issue