|
Colobot
|
Point struct and related functions. More...

Classes | |
| struct | Math::Point |
| 2D point More... | |
Namespaces | |
| namespace | Math |
| Namespace for (new) math code. | |
Functions | |
| bool | Math::PointsEqual (const Point &a, const Point &b, float tolerance=TOLERANCE) |
| Checks if two vectors are equal within given tolerance. | |
| void | Math::Swap (Point &a, Point &b) |
| Permutes two points. | |
| float | Math::Distance (const Point &a, const Point &b) |
| Returns the distance between two points. | |
Point struct and related functions.