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:
@ -42,7 +42,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include "plAvg.h"
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
template class TimeBasedAvgRing<float>;
|
||||
template class TimeBasedAvgRing<double>;
|
||||
|
@ -42,7 +42,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include "hsGeometry3.h"
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include "plTriUtils.h"
|
||||
|
||||
static const float kAlmostZero = 1.e-5f;
|
||||
@ -328,4 +328,4 @@ bool plTriUtils::ProjectOntoPlaneAlongVector(const hsPoint3& p0, const hsPoint3&
|
||||
float dist = norm.InnerProduct(p0 - p);
|
||||
|
||||
return ProjectOntoPlaneAlongVector(norm, dist, vec, p);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user