Sylvain Pion
|
f84245c8d1
|
Add determinant() to the kernel archetype as well...
|
2006-08-02 19:14:03 +00:00 |
Sylvain Pion
|
6ee4e656e7
|
Add determinant(Vector_2, Vector_2)
Add determinant(Vector_3, Vector_3, Vector_3)
And corresponding functor.
|
2006-08-02 18:57:40 +00:00 |
Sylvain Pion
|
540406f767
|
Rename FT -> RT.
|
2006-08-02 18:19:18 +00:00 |
Andreas Meyer
|
d72148ffdb
|
bugfix for g++-3.3 : added missing #include <CGAL/Kernel/mpl.h>
( strange: for g++-3.4/4.x, there was no problem ... )
|
2006-08-02 16:54:57 +00:00 |
Sylvain Pion
|
7b120847c9
|
Do_intersect_3 is a predicate, not a construction.
|
2006-08-02 12:17:19 +00:00 |
Sylvain Pion
|
b69dd83c5f
|
Use CGAL_Kernel_obj.
|
2006-08-02 11:43:40 +00:00 |
Sylvain Pion
|
18b1d37259
|
Add a macro CGAL_Kernel_obj(X) in the same spirit
as CGAL_Kernel_pred(X,Y) and CGAL_Kernel_cons(X, Y),
but which lists all kernel objects (Point_2...).
|
2006-08-02 11:36:26 +00:00 |
Sylvain Pion
|
b7614eee4e
|
More code move towards user classes, and improve 3D support for LazyK.
|
2006-08-02 11:23:56 +00:00 |
Sylvain Pion
|
a63e4909f9
|
Move some Vector_3 functions to user class level.
|
2006-08-02 08:32:23 +00:00 |
Sylvain Pion
|
91faa1fff3
|
Remove spurious comma triggering a warning with sunpro
|
2006-08-01 21:29:53 +00:00 |
Sylvain Pion
|
38956c9b10
|
Move yet another bunch of code to user classes...
|
2006-08-01 16:15:07 +00:00 |
Sylvain Pion
|
ca7ca6c0bc
|
More code move to user classes.
|
2006-08-01 15:39:37 +00:00 |
Sylvain Pion
|
4408fa1c2a
|
More code move to user classes.
|
2006-08-01 14:10:09 +00:00 |
Sylvain Pion
|
a04f166f1f
|
- Move more code to the "user classes".
|
2006-08-01 13:17:03 +00:00 |
Sylvain Pion
|
cbd6fc9417
|
Move .transform() in the 3D user classes.
Move some functions in the 3D user classes instead of the internal
rep classes.
|
2006-08-01 12:09:47 +00:00 |
Sylvain Pion
|
04b834db9a
|
Move .transform() functions to the "user classes" level.
|
2006-08-01 09:08:28 +00:00 |
Sylvain Pion
|
0c5460ccfa
|
- Have free operator== and != call the Equal_3 functor for 3D kernel objects.
- Introduce .rep() in 3D kernel objects.
|
2006-08-01 07:56:38 +00:00 |
Sylvain Pion
|
5db77ed5d1
|
Add Compare_yx_2 functor to the kernel archetype.
|
2006-07-31 22:59:54 +00:00 |
Sylvain Pion
|
ead2e93fdb
|
- Add missing functor for compare_yx().
|
2006-07-31 16:22:08 +00:00 |
Sylvain Pion
|
e208720200
|
Comment out compare_deltax_deltay() predicate, as it is undocumented,
unused in CGAL, and does not have corresponding functor.
|
2006-07-31 15:52:21 +00:00 |
Andreas Fabri
|
fafaa14fc1
|
Fixed min max problem
|
2006-07-30 13:06:56 +00:00 |
Sylvain Pion
|
419ddf2112
|
The Filtered_predicate example in the doc was not tested, and hence was buggy.
Make it a real example which works.
|
2006-07-21 16:25:28 +00:00 |
Menelaos Karavelas
|
213aad8fc2
|
removed specializations of Pairify for Comparison_result and
Oriented_side; they are now taken care of by that of Sign.
|
2006-07-21 11:21:56 +00:00 |
Menelaos Karavelas
|
d1862ff4de
|
in Enum_converter: removed (dummy) conversions for Oriented_side and
Comparison_result; they should be taken care of by the conversion for
Sign, now that Sign, Oriented_side and Comparison_result are the same
type.
|
2006-07-18 09:36:56 +00:00 |
Christophe Delage
|
ff123ee544
|
- typedefed Oriented_side and Comparison_result to Sign
- added unary - and binary * operators for Sign
|
2006-07-18 07:01:03 +00:00 |
Sylvain Pion
|
8a96ddbbcc
|
Mention static filters and cite the paper.
|
2006-07-13 15:23:48 +00:00 |
Sylvain Pion
|
fbaf303f0f
|
Interval_arithmetic -> Filtered_kernel
|
2006-07-12 13:17:39 +00:00 |
Sylvain Pion
|
45bfd07a83
|
Remove some #include <CGAL/Arithmetic_filter/...> (Filtered_exact stuff).
|
2006-07-12 12:03:52 +00:00 |
Sylvain Pion
|
d08bf9f445
|
Remove notices of "see the Support Library Manual", as number types
are moving in a dedicated part, and also the HTML links work anyway
these days.
|
2006-07-12 11:43:02 +00:00 |
Andreas Fabri
|
ad99a80661
|
changed .C to .cpp in examples
|
2006-07-09 19:56:45 +00:00 |
Andreas Fabri
|
2677ab6ea4
|
changed .C to .cpp in examples
|
2006-07-09 19:56:22 +00:00 |
Andreas Fabri
|
a0e4d8e38f
|
fix of \ccPkgIntroducedInCGAL
|
2006-06-20 12:12:43 +00:00 |
Efi Fogel
|
d083fa1323
|
renamed Bool to Bool_type to avoid a conflict between a macro of the same name defined in Xlib.h
|
2006-06-13 14:35:40 +00:00 |
Andreas Meyer
|
0e3d6b8143
|
manual bugfix (ccHowToCiteCgal)
|
2006-05-04 12:28:44 +00:00 |
Andreas Meyer
|
dc3ce8747e
|
\ccHowToCite --> \ccHowToCiteCgal
|
2006-05-03 11:24:03 +00:00 |
Andreas Fabri
|
e9be3bcfb0
|
Added ccHowTocite
|
2006-05-02 17:48:49 +00:00 |
Andreas Fabri
|
b4a40dd7f9
|
Added Herve
|
2006-04-30 19:19:05 +00:00 |
Andreas Fabri
|
eb8934b4af
|
Brought names in alphabetical order [merci monique]
|
2006-04-28 14:45:27 +00:00 |
Andreas Fabri
|
fd4db87aa6
|
Added Lutz, Susan and Michael as they are in the Alenex paper
|
2006-04-28 07:16:28 +00:00 |
Andreas Fabri
|
9747186cbc
|
Added authors (tentative list)
|
2006-04-27 13:12:52 +00:00 |
Andreas Meyer
|
09d2cb06c5
|
replaced
\ccPkgMaturity{Introduced in \cgal\
by
\ccPkgIntroducedInCGAL{
|
2006-04-26 16:40:25 +00:00 |
Andreas Fabri
|
02497d2b97
|
Removed the general operator in Equal_2
|
2006-04-20 08:32:23 +00:00 |
Andreas Fabri
|
db950b9c92
|
Removed \input of number type concepts
|
2006-04-20 06:38:14 +00:00 |
Marc Glisse
|
b13e3b5ec0
|
Last round of missing std:: before 3.2 (Andreas permission)
|
2006-04-19 16:56:12 +00:00 |
Andreas Fabri
|
b748096009
|
Moved number type related stuff from kernels to support library
|
2006-04-19 15:08:58 +00:00 |
Andreas Fabri
|
3c700d4f09
|
Moved Leda description to the General Introduction
|
2006-04-16 13:11:17 +00:00 |
Laurent Saboret
|
312353dd51
|
Global fix of svn:executable property in trunk
|
2006-04-14 15:07:17 +00:00 |
Sylvain Pion
|
d2740513aa
|
Use .cpp file extension instead of .C for src/*/* files.
|
2006-04-14 09:19:29 +00:00 |
Sylvain Pion
|
22ad725de1
|
Move src/*.C to src/CGAL/*.C
|
2006-04-13 22:24:18 +00:00 |
Andreas Fabri
|
fd846ab246
|
Added package description
|
2006-04-10 14:26:46 +00:00 |
Andreas Meyer
|
2261e9cdfd
|
rename: \ccEnableRawListOfRefpages
|
2006-04-09 22:16:09 +00:00 |
Andreas Meyer
|
6d2a9e33c7
|
special formatting for the kernel ref manual
|
2006-04-07 18:41:45 +00:00 |
Andreas Meyer
|
5b5a60cecf
|
rewritten the whole manual
ok. seriously:
renamed \chapter into \ccUserChapter and \ccRefChapter
|
2006-04-06 17:03:37 +00:00 |
Andreas Meyer
|
2e6e7d1816
|
introductory sentence does not need to be limited to ps/pdf version
|
2006-04-06 16:10:05 +00:00 |
Sylvain Pion
|
290a24c95e
|
Sphere_3::orthogonal_transform fixes:
- was only declared in Homogeneous
- was buggy in Cartesian
- was not tested
|
2006-04-03 13:16:31 +00:00 |
Andreas Fabri
|
88b7f854dd
|
updated explanations for MyKernel as we enforce type equality
|
2006-03-31 08:59:20 +00:00 |
Andreas Fabri
|
f5f4760b7c
|
Made example work with new Kernel design
|
2006-03-28 13:39:28 +00:00 |
Andreas Fabri
|
405a847ead
|
Made example work with new Kernel design
|
2006-03-28 13:38:10 +00:00 |
Sylvain Pion
|
91a182a6fa
|
- On the road to fix a red line.
|
2006-03-21 10:36:00 +00:00 |
Joachim Reichel
|
f582718758
|
rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
|
2006-03-15 22:10:02 +00:00 |
Sylvain Pion
|
523227ac96
|
- Rename to match package name.
|
2006-03-14 22:09:14 +00:00 |
Andreas Meyer
|
4d94595d23
|
replaced hardcoded link by \ccc{Kernel_d}
|
2006-03-09 15:15:44 +00:00 |
Sylvain Pion
|
0ec1b0efcc
|
- Merge H2 and H3 into Homogeneous_kernel.
|
2006-03-06 23:51:27 +00:00 |
Andreas Fabri
|
32ccce0569
|
Added intro.tex with the \chapter command in order to get uniform URLs
|
2006-03-06 12:45:54 +00:00 |
Monique Teillaud
|
7428c48a19
|
labels added
|
2006-02-24 13:04:22 +00:00 |
Ron Wein
|
b99982e7b5
|
A better fix for the test.
|
2006-02-19 14:47:00 +00:00 |
Ron Wein
|
721449de07
|
Commented out a problematic test.
|
2006-02-19 08:43:27 +00:00 |
Laurent Saboret
|
db6a8f948c
|
Change CVS keywords to SVN style
|
2006-02-16 14:30:13 +00:00 |
Laurent Saboret
|
1aad55d4cb
|
Change CVS keywords to SVN style
|
2006-02-14 10:08:15 +00:00 |
Laurent Saboret
|
a0a9b777bc
|
Move packages to trunk root
|
2006-02-14 08:58:16 +00:00 |