|
@@ -44,8 +44,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
#ifndef AI_VECTOR2D_H_INC
|
|
|
#define AI_VECTOR2D_H_INC
|
|
|
|
|
|
-#include <math.h>
|
|
|
-
|
|
|
#include "./Compiler/pushpack1.h"
|
|
|
|
|
|
// ----------------------------------------------------------------------------------
|
|
@@ -83,7 +81,7 @@ public:
|
|
|
bool operator== (const aiVector2t& other) const;
|
|
|
bool operator!= (const aiVector2t& other) const;
|
|
|
|
|
|
- bool Equal(const aiVector2t& other, float epsilon = 1e-6) const;
|
|
|
+ bool Equal(const aiVector2t& other, TReal epsilon = 1e-6) const;
|
|
|
|
|
|
aiVector2t& operator= (TReal f);
|
|
|
const aiVector2t SymMul(const aiVector2t& o);
|