mirror of https://github.com/CGAL/cgal
105 lines
2.0 KiB
Plaintext
105 lines
2.0 KiB
Plaintext
Package Fixed_precision_nt:
|
|
Provides arithmetic on numbers with 24 bits fixed precision.
|
|
Upper bound on numbers has to be specified.
|
|
|
|
Package contains basic arithmetic operations
|
|
and optimized specialized versions of some geometric
|
|
predicates.
|
|
|
|
|
|
|
|
Versions
|
|
|
|
|
|
2.13 ( 6 Jan 2000)
|
|
makefiles demo and example
|
|
|
|
2.12 (16 Dec 1999)
|
|
target all in demo makefile
|
|
|
|
2.11 (15 Dec 1999)
|
|
Problem in makefiles demo and example
|
|
|
|
2.10 (13 Dec 1999)
|
|
Borland M$ VC++ demo
|
|
|
|
2.7 (19 Oct 1999)
|
|
M$ VC++ (cerr) and adding cmp_dist_to_pointC[23]
|
|
|
|
2.6 (18 Oct 1999)
|
|
M$ VC++
|
|
|
|
2.5 (18 May 1999)
|
|
doc
|
|
|
|
2.4 (17 May 1999)
|
|
|
|
2.3 (10 May 1999)
|
|
small bug in test suite
|
|
|
|
2.2 ( 7 May 1999)
|
|
remove warnings in test suite
|
|
|
|
2.1 (30 Apr 99)
|
|
few compiler problems, few minors corrections in documentation.
|
|
|
|
2.0 (20 Apr 99)
|
|
namespace CGAL
|
|
|
|
1.7 (16 Dec 98)
|
|
warnings removal. CGAL_warning, cast of CGAL_Sign for printing
|
|
|
|
1.6 (9 Dec 98)
|
|
warnings removal. CGAL_warning, cast of CGAL_Sign for printing
|
|
|
|
1.5 (3 Dec 98)
|
|
errors in headers
|
|
|
|
1.4 (3 Dec 98)
|
|
bugs in makefiles
|
|
|
|
1.3 (27 Nov 98)
|
|
change the name from Fixed to Fixed_precision_nt
|
|
|
|
1.2 (26 Nov 98)
|
|
correct minor bugs
|
|
|
|
1.0 (Nov 98)
|
|
Predicates :
|
|
CGAL_orientationC2
|
|
CGAL_side_of_oriented_circleC2
|
|
|
|
Thus everything necessary for 2D Delaunay triangulation.
|
|
|
|
Predicates :
|
|
CGAL_orientationC3
|
|
CGAL_side_of_oriented_sphereC3
|
|
are waiting for predicates_on_ftC3.h
|
|
|
|
CONTENTS:
|
|
|
|
description.txt
|
|
long_description.txt
|
|
|
|
doc_tex : contains the documentation
|
|
doc_tex/basic/Fixed_precision_nt/fixed.tex
|
|
|
|
include/CGAL: contains the following file
|
|
Fixed_precision_nt.h
|
|
|
|
demo/Fixed_precision_nt contains the following examples:
|
|
makefile
|
|
delaunay.C 2D Delaunay triangulation (with leda window)
|
|
|
|
examples/Fixed_precision_nt contains the following examples:
|
|
makefile
|
|
delaunay.C 2D Delaunay triangulation
|
|
|
|
test/Fixed_precision_nt/ contains the test suite for fixed package
|
|
cgal_test
|
|
makefile
|
|
test_fixed.C
|
|
|
|
|
|
|