#include "defs.h"
#include <math.h>
#include <stdio.h>
#include "eCoord.h"
Go to the source code of this file.
Classes | |
class | eAxis |
Defines | |
#define | eCoordToRad(POS) atan2f(POS.y, POS.x) |
#define eCoordToRad | ( | POS | ) | atan2f(POS.y, POS.x) |
Definition at line 12 of file eAxis.h.
Referenced by eAxis::ComputeAngles(), and eAxis::NearestWinding().