Renamed constants to new style.

This commit is contained in:
Branimir Karadžić
2017-06-09 20:08:52 -07:00
parent bbdc0fbcbd
commit 3fbcddb4ef
19 changed files with 72 additions and 72 deletions

View File

@@ -2220,9 +2220,9 @@ int _main_(int _argc, char** _argv)
, 0.0f
, float(ii)
, 0.0f
, bx::fsin(float(ii)*2.0f*bx::pi/float(numTrees) ) * 60.0f
, bx::fsin(float(ii)*2.0f*bx::kPi/float(numTrees) ) * 60.0f
, 0.0f
, bx::fcos(float(ii)*2.0f*bx::pi/float(numTrees) ) * 60.0f
, bx::fcos(float(ii)*2.0f*bx::kPi/float(numTrees) ) * 60.0f
);
}