Sylvain Pion
b1bcb47a56
- Remove qualified_result_type from functors.
2005-09-14 21:19:25 +00:00
Andreas Fabri
1820ce53f2
Added functors
2005-09-12 20:23:36 +00:00
Sylvain Pion
d67bf44baf
- Remove operator()() for default constructors.
2005-09-12 10:09:40 +00:00
Sylvain Pion
f028dde50f
- Homogeneous_base : define nested types Orientation/Oriented_side/Bool/...
...
using Same_uncertainty.
2005-08-08 09:16:45 +00:00
Sylvain Pion
d9410fbeeb
- Remove <FT> qualification for functions part of the NT interface
...
(sign, compare...), for efficiency.
- Add <FT> qualification for functions which are not part of the
NT interface (det3x3_by_formula...) to support GMP++ like types.
2005-08-05 23:05:31 +00:00
Sylvain Pion
c9c13e841d
- Add some explicit casts to allow Uncertain<>.
2005-07-30 16:28:00 +00:00
Sylvain Pion
442216892c
- Fix Qualified_result_of<CartesianKernelFunctors::Compute_squared_radius_2<K>,
...
typename K::Circle_2, int >
2005-07-26 15:44:36 +00:00
Andreas Fabri
72816576ed
Added Qualified_result_of<CartesianKernelFunctors::Compute_squared_radius_2<K>, typename K::Circle_2, int >
2005-07-25 12:36:29 +00:00
Andreas Fabri
0167ecb454
Added qualified_result_type to some functors
2005-07-20 08:23:36 +00:00
Andreas Fabri
89e2a48334
Removed #ifndef CGAL_NO_DEPRECATED_CODE for Construct_vector_2 and Construct_direction_2
2005-06-24 12:27:44 +00:00
Andreas Fabri
79cf815a88
Move code to functors
2005-06-18 19:59:39 +00:00
Sylvain Pion
54377da273
- Add centroid(Triangle_[23]) and centroid(Tetrahedron_3).
2005-05-19 14:16:01 +00:00
Sylvain Pion
448009cbab
- New predicates : orientation(3 Vector_3) and orientation(2 Vector_2).
2005-05-11 23:35:14 +00:00
Sylvain Pion
cae28f9c05
- Undeprecate construction functors from NTs.
2004-06-23 03:33:41 +00:00
Andreas Fabri
7dc411b2e2
The Cartesian/global_operators_{2,3}.h are turned into function objects
2004-05-19 13:21:39 +00:00
Sylvain Pion
a0eb645ddb
- Prevent warnings when -DNDEBUG.
2004-05-08 09:45:56 +00:00
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