Andreas Fabri
956be85ce0
Move the following to the new scheme :
...
signed_distance_to_{point,line_plane}
2004-03-16 21:59:52 +00:00
Sylvain Pion
fe8048877e
- Use LineC3 instead of LineH3.
...
- Merge Construct_line_3 between H&C.
- Duplicate Construct_projected_point_3 between H&C.
2004-03-13 22:39:12 +00:00
Sylvain Pion
58f59322d6
- Factorize identical Coplanar_3 functors between H&C.
...
- Move to the new scheme :
orientation(4 Point_3), coplanar(4 Point_3),
are_positive_oriented(4 Point_3), are_negative_oriented(4 Point_3),
side_of_oriented_sphere(5 Point_3)
2004-03-13 21:22:09 +00:00
Sylvain Pion
e9dfb0cfe3
- Use TetrahedronC3 instead of TetrahedronH3.
...
Duplicate Compute_volume_3 and Bounded_side_3 functors instead.
2004-03-13 18:39:58 +00:00
Sylvain Pion
742be96097
- Use TriangleC3 instead of TriangleH3.
...
Duplicate Has_on_3 functor instead.
2004-03-13 15:13:07 +00:00
Sylvain Pion
bda4400b41
- Move the following to the new scheme :
...
area(3 Point_2), operator-(2 Point_[23]), collinear(3 Point_3),
angle(3 Point_3), coplanar_orientation([34] Point_3),
coplanar_side_of_bounded_circle(4 Point_3), are_ordered_along_line(3 Point_3), are_strictly_ordered_along_line(3 Point_3),
collinear_are_strictly_ordered_along_line(3 Point_3)
2004-03-13 14:15:07 +00:00
Andreas Fabri
11a86e77dc
Added missing typename
2004-03-09 09:12:07 +00:00
Andreas Fabri
23bd7d7c4b
Added functor and function for constructing orthogonal vector of three points
2004-03-08 08:16:42 +00:00
Sylvain Pion
7883a721d9
- Added ComputeScalarProduct_[23] functors.
...
- Added [RT|FT] multiplication from left to Vector_[23]. [bug#194]
- Moved the operator* of Vector_[23] to the new scheme.
- New internal file CGAL/Kernel/mpl.h to gather some template
metaprogramming tools used by the kernel.
2004-02-29 21:24:35 +00:00
Sylvain Pion
3b4af661c2
- Internal *C[23] classes do not publicly derive from the Handle stuff,
...
but private data member instead.
2004-02-19 19:39:02 +00:00
Andreas Fabri
a3d5f57174
Removed a public:
2004-02-16 21:52:27 +00:00
Andreas Fabri
384888305a
Added operator()(Point,PointPoint,Point,Point) to functor Less_signed_distance_to_plane_3
2004-02-16 13:55:57 +00:00
Sylvain Pion
8e4a2f9d3e
- Add circumcenter(Triangle_[23]) and circumcenter(Tetrahedron_3) [bug#208].
2004-02-15 00:43:22 +00:00
Sylvain Pion
5d74157668
- Remove CGAL_CFG_USING_NAMESPACE_BUG workaround.
2004-01-18 17:06:29 +00:00
Sylvain Pion
9b61eeb846
- New faster Handle_for interface
...
- More work towards extensible kernel.
2004-01-01 18:12:57 +00:00
Sylvain Pion
d44032730f
- Added Compute_area_3, and a version of Compute_squared_area_3 taking 3
...
points.
2003-12-17 18:01:15 +00:00
Sylvain Pion
cee8ecd658
- More bisector() functions.
2003-12-04 09:45:57 +00:00
Sylvain Pion
a81a4f1c3f
- Add parallel().
2003-12-03 16:37:07 +00:00
Sylvain Pion
b045e018e4
- Added bisector(Point_3, Point_3).
2003-11-19 10:44:15 +00:00
Sylvain Pion
1688635714
- Remove deprecated code.
2003-11-17 19:27:49 +00:00
Sylvain Pion
768badd2ef
typo Saarbrucken -> Saarbruecken
2003-10-21 12:26:15 +00:00
Sylvain Pion
3a3efc6ed8
fix LGPL headers
2003-10-21 11:35:16 +00:00
Andreas Fabri
7d69818b98
Replaced K:Point_[2,3] constructor calls with K::Construct_point_[2,3]
2003-09-24 20:12:08 +00:00
Sylvain Pion
ace0a0f1fa
- Change all headers to the new format/license.
2003-09-18 10:27:16 +00:00
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