mirror of https://github.com/CGAL/cgal
125 lines
4.3 KiB
Plaintext
125 lines
4.3 KiB
Plaintext
//=====================================================================
|
|
// Revision History for package Min_quadrilateral_2
|
|
//=====================================================================
|
|
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 121
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Added expensive precondition checking.
|
|
ALL : Added test with degenerate input.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 120
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Better degeneracy handling; don't loop on NaN point sequence.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 119
|
|
//---------------------------------------------------------------------
|
|
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 118
|
|
//---------------------------------------------------------------------
|
|
|
|
GLOB: moved Optimisation_ref directory up one level
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 116
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Added #include <CGAL/intersections.h>.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 115
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Fixed warning in test program.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 114
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Fixed a warning on Borland.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 113
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Changed concept names, added README for demo.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 112
|
|
//---------------------------------------------------------------------
|
|
|
|
DEMO: Do not compute min_strip for < 2 and min_quad for < 3 points.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 111
|
|
//---------------------------------------------------------------------
|
|
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 110
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Removed superfluous window include.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 19
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Fixed file headers.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 18
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : minimum_enclosing_* -> min_*
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 17
|
|
//---------------------------------------------------------------------
|
|
|
|
TEST: Replaced vertices by bounding lines for min_strip.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 16
|
|
//---------------------------------------------------------------------
|
|
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 15
|
|
//---------------------------------------------------------------------
|
|
|
|
DEMO: Fixed funny MSVC problems (and without LEDA-version).
|
|
SRC : Replaced Direction.vector() by to_vector().
|
|
SRC : Added CGAL:: to all calls of square(...).
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 14
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Fixed flags in makefiles.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 13
|
|
//---------------------------------------------------------------------
|
|
|
|
TEST: removed old file (only one example ...).
|
|
SRC : Define wrapper functions only if default_traits are present.
|
|
TEST: Fixed homogeneous test (point generators don't work ==> fix input).
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 12
|
|
//---------------------------------------------------------------------
|
|
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 11
|
|
//---------------------------------------------------------------------
|
|
|