cemyuksel / cyCodeBase

An open source programming resource intended for graphics programmers.
MIT License
271 stars 60 forks source link

cyPi undefined #9

Closed alecjacobson closed 4 years ago

alecjacobson commented 4 years ago

https://github.com/cemyuksel/cyCodeBase/blob/91899441de621dc714376762404e48932b50bf3d/cySampleElim.h#L289

./cySampleElim.h:289:34: error: use of undeclared identifier 'cyPi'

I'm guessing this function returns pi=3.14... in the correct type.

cemyuksel commented 4 years ago

Indeed. Thanks for letting me know. I've noticed a few other old math function calls and fixed them all.