Go to the source code of this file.
Classes |
struct | P::range_bin |
Namespaces |
namespace | P |
Defines |
#define | _PI 3.141592653589793 |
#define | NONE (-1) |
Typedefs |
typedef struct range_bin | P::Bin |
Functions |
void | P::AngleHalf (const Vector2 &p1, const Vector2 &p2, const Vector2 &p3, Vector2 &p4) |
double | P::AngleRAD (const Vector2 &p1, const Vector2 &p2, const Vector2 &p3) |
void | P::ChainHull2D (Array< Vector2 > &p, Array< Vector2 > &h) |
void | P::ConvexHull (Array< Vector2 > &p, Array< Vector2 > &h) |
Define Documentation
#define _PI 3.141592653589793 |