#include <iostream>
#include <vector>


Go to the source code of this file.
Namespaces | |
| namespace | GFuncs |
Classes | |
| struct | Point |
| struct | Position |
| struct | Vector |
| struct | Circle |
Typedefs | |
| typedef std::vector< Point > | PointsVector |
Functions | |
| std::ostream & | operator<< (std::ostream &, const Vector &) |
| std::ostream & | operator<< (std::ostream &output, const Circle &c) |
| double | RoundToDigits (double number, unsigned digits=5) |
| bool | IsSameDouble (double lhs, double rhs) |
| double | StandardizeAngle (double angle) |
| double | DegToRad (double deg) |
| double | RadToDeg (double rad) |
| double | RadiusToAngle (double radius, double r) |
| Position | Transform (const struct Position &base, const Position &p) |
| typedef std::vector<Point> PointsVector |
Definition at line 92 of file geometry.h.
| std::ostream& operator<< | ( | std::ostream & | output, | |
| const Circle & | c | |||
| ) |
| std::ostream& operator<< | ( | std::ostream & | , | |
| const Vector & | ||||
| ) |
1.5.4