Skip to content

Jonathan Richard Shewchuk's triangle library in x64

Notifications You must be signed in to change notification settings

Tonmp/triangle-x64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Triangle library for x64

Because the original version use long type to represent pointer type, in x64 pointer type is 64 bit long. Replace all long type to __int64 can solve this problem.

How to build

To use triangle in windows, we must delete the unix-related function. Luckily, if you just want to build a library, the thing you should take care about is just unix timestamp which is used to evaluate the performance of this library.

So, to build this library, you should define these macro in your preprocessor options.

#define NO_TIMER
#define ANSI_DECLARATORS
#define TRILIBRARY

How to use

To use triangle library in your project, define the following macros.

#define ANSI_DECLARATORS
#define REAL double
#define VOID int

About

Jonathan Richard Shewchuk's triangle library in x64

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages