Thread: geometry type new code

geometry type new code

From
Alex Shevlakov
Date:
Code is attached.

Attachment

Re: geometry type new code

From
Patrick Welche
Date:
On Wed, May 08, 2002 at 12:18:03PM +0400, Alex Shevlakov wrote:

> #ifndef PI
> #define PI 3.1415926536
> #endif

Just wondered, why not use M_PI - it's in most people's math.h

Cheers,

Patrick