home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
ledar34.zip
/
leda-r-3_4_tar
/
LEDA-3.4
/
src
/
plane_alg
/
_rat_misc.c
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-03
|
779b
|
26 lines
/*******************************************************************************
+
+ LEDA 3.4
+
+ _rat_misc.c
+
+ This file is part of the LEDA research version (LEDA-R) that can be
+ used free of charge in academic research and teaching. Any commercial
+ use of this software requires a license which is distributed by the
+ LEDA Software GmbH, Postfach 151101, 66041 Saarbruecken, FRG
+ (fax +49 681 31104).
+
+ Copyright (c) 1991-1996 by Max-Planck-Institut fuer Informatik
+ Im Stadtwald, 66123 Saarbruecken, Germany
+ All rights reserved.
+
*******************************************************************************/
#define NO_FLOAT_ALGORITHMS
#include <LEDA/plane_alg.h>
typedef rat_point POINT;
typedef rat_segment SEGMENT;
#include "misc.c"