#include "eAxis.h"
Go to the source code of this file.
Definition at line 126 of file eAxis.cpp.
References fabsf(), M_PI, and remf().
Referenced by eAxis::NearestWinding().
00126 { 00127 return fabsf(remf(x - y + M_PI, 2*M_PI) - M_PI); 00128 }
Definition at line 122 of file eAxis.cpp.
References floorf().
Referenced by angledifff().
00122 { 00123 return x - y*floorf(x/y); 00124 }