3 #include "../Maths/Vec2.h" 4 #include "../Maths/Vec3.h" Contains the Vec2 structure with functions and overloaded operators.
Definition: Vec2.h:8
Contains physics mechanics functions for use within the code.
Definition: Mechanics.cpp:3
float distanceBetweenTwoPoints(Vec3 point1Pos, Vec3 point2Pos)
Takes in two positions and works out the distance between them.
Definition: Mechanics.cpp:6
float calculateVelocity(float distance, float time)
Calculates velocity from the distance and time.
Definition: Mechanics.cpp:27
Contains the Vec3 structure with functions and overloaded operators.
Definition: Vec3.h:8