mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
math.h -> cmath
This commit is contained in:
@ -46,7 +46,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
#include <float.h> // for FLT_EPSILON
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include "hsEuler.h"
|
||||
#include "hsQuat.h"
|
||||
#include "hsMatrix44.h"
|
||||
|
@ -44,7 +44,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
//
|
||||
// Gems IV. Polar Decomp
|
||||
//
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include "mat_decomp.h"
|
||||
|
||||
/******* Matrix Preliminaries *******/
|
||||
|
Reference in New Issue
Block a user