What is the constant value of D3DX_PI?

1.4k Views Asked by At

What is the const value of D3DX_PI? Does it not really matter how i define, so for example i can just define it as

#define D3DX_PI 3.14

Or would it need to be more precie like:

#define D3DX_PI 3.1415926535897932384626

0

There are 0 best solutions below