Andreas Fabri
|
cb15a3506e
|
- Changed CartesianCoordinateConstIterator to CartesianConstIterator
|
2003-09-17 12:09:44 +00:00 |
Andreas Fabri
|
b458e283ae
|
Replaced global function calls by Kernel functors
|
2003-09-07 21:31:09 +00:00 |
Andreas Fabri
|
d19eb82fcb
|
Added Cartesian_coordinate_const_iterator
|
2003-07-22 14:53:35 +00:00 |
Sylvain Pion
|
a86c632b6b
|
- Remove the last 2, as they prooved to not bring much.
(more work on Arr_traits is needed)
|
2003-06-30 17:42:49 +00:00 |
Sylvain Pion
|
5f9cdc1abc
|
- Add another unfinished functor to CompareX_2
operator()( const Segment_2& s1, int i1, const Point_2 & p)
|
2003-06-17 09:45:53 +00:00 |
Sylvain Pion
|
b1063edf1b
|
- Add unfinished functor to CompareX_2
operator()( const Segment_2& s1, int i1, const Segment_2& s2, int i2)
|
2003-06-05 13:32:43 +00:00 |
Sylvain Pion
|
ad77cb77f3
|
- Protect deprecated functors.
|
2003-06-02 19:41:12 +00:00 |
Sylvain Pion
|
1b921af7b9
|
- Workaround "using namespace" on VC++ 7.0.
|
2003-05-30 12:42:14 +00:00 |
Sylvain Pion
|
386daf4cdf
|
- Add missing functor for Plane_3(Point_3, Vector_3).
- In order to get rid of Direction_[23] at some point, I have added :
- Line_2(Point_2, Vector_2) ConstructLine_2
- Line_3(Point_3, Vector_3) ConstructLine_3
- Ray_2(Point_2, Vector_2) ConstructRay_2
- Ray_3(Point_3, Vector_3) ConstructRay_3
- Ray_2(Point_2, Line_2) ConstructRay_2
- Ray_3(Point_3, Line_3) ConstructRay_3
- Vector_2(Line_2) ConstructVector_2
- Vector_3(Line_3) ConstructVector_3
- Vector_2(Ray_2) ConstructVector_2
- Vector_3(Ray_3) ConstructVector_3
- Vector_2(Segment_2) ConstructVector_2
- Vector_3(Segment_3) ConstructVector_3
- Vector_2 Line_2.to_vector()
- Vector_3 Line_3.to_vector()
- Vector_2 Ray_2.to_vector()
- Vector_3 Ray_3.to_vector()
- Vector_2 Segment_2.to_vector()
- Vector_3 Segment_3.to_vector()
|
2003-05-11 18:44:58 +00:00 |
Sylvain Pion
|
f840ab84ae
|
- Rename variable to avoid SunPro warning.
|
2003-05-11 12:45:58 +00:00 |
Michael Hoffmann
|
1258a53320
|
Moved common functors from function_objects into Kernel_23
Let some global functions call the functors
|
2003-05-09 13:27:39 +00:00 |
Michael Hoffmann
|
165422d15e
|
fixed one more long line
|
2003-05-07 15:55:07 +00:00 |
Michael Hoffmann
|
f9e571b0c8
|
fixed long lines
|
2003-05-07 15:54:20 +00:00 |
Michael Hoffmann
|
7efa46819d
|
*** empty log message ***
|
2003-05-07 15:52:37 +00:00 |