mirror of https://github.com/CGAL/cgal
This commit is contained in:
parent
d7f432c6d9
commit
80c5658eec
|
|
@ -12,7 +12,7 @@ test cctor (5,0),(10,9)
|
|||
test list insertion:
|
||||
number of successfully inserted points is 7
|
||||
LER is (5,0),(10,9)
|
||||
test default ctor (0,0),(0.5,1)
|
||||
test default ctor (0,0),(1,0.5)
|
||||
test after removal (5,0),(10,10)
|
||||
test successful insertion 1
|
||||
test after clear (0,0),(10,9)
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ test cctor (1.94289,0.426392),(9.38538,9.782)
|
|||
test list insertion:
|
||||
number of successfully inserted points is 7
|
||||
LER is (1.94289,0.426392),(9.38538,9.782)
|
||||
test default ctor (0,0),(0.5,1)
|
||||
test default ctor (0,0),(1,0.5)
|
||||
test after removal (1.94289,0.426392),(9.38538,9.782)
|
||||
test successful insertion 1
|
||||
test after clear (0,0),(9.89865,10)
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ test cctor (5,0),(10,10)
|
|||
test list insertion:
|
||||
number of successfully inserted points is 5
|
||||
LER is (5,0),(10,10)
|
||||
test default ctor (0,0),(0.5,1)
|
||||
test default ctor (0,0),(1,0.5)
|
||||
test after removal (4,0),(10,10)
|
||||
test successful insertion 1
|
||||
test after clear (0,0),(5,10)
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ test cctor (5,0),(10,8)
|
|||
test list insertion:
|
||||
number of successfully inserted points is 7
|
||||
LER is (5,0),(10,8)
|
||||
test default ctor (0,0),(0.5,1)
|
||||
test default ctor (0,0),(1,0.5)
|
||||
test after removal (5,0),(10,10)
|
||||
test successful insertion 1
|
||||
test after clear (0,0),(8,10)
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ test cctor (0,0),(10,10)
|
|||
test list insertion:
|
||||
number of successfully inserted points is 0
|
||||
LER is (0,0),(10,10)
|
||||
test default ctor (0,0),(0.5,1)
|
||||
test default ctor (0,0),(1,0.5)
|
||||
test after removal (0,0),(10,10)
|
||||
test successful insertion 0
|
||||
test after clear (0,0),(10,10)
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ test cctor (2,1),(9,8)
|
|||
test list insertion:
|
||||
number of successfully inserted points is 9
|
||||
LER is (2,1),(9,8)
|
||||
test default ctor (0,0),(0.5,1)
|
||||
test default ctor (0,0),(1,0.5)
|
||||
test after removal (2,1),(9,8)
|
||||
test successful insertion 1
|
||||
test after clear (0.6,0),(10,10)
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ test cctor (5,0),(8,10)
|
|||
test list insertion:
|
||||
number of successfully inserted points is 10
|
||||
LER is (5,0),(8,10)
|
||||
test default ctor (0,0),(0.5,1)
|
||||
test default ctor (0,0),(1,0.5)
|
||||
test after removal (0,4),(10,8)
|
||||
test successful insertion 1
|
||||
test after clear (0,0),(10,6)
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ test cctor (2,1),(8,7)
|
|||
test list insertion:
|
||||
number of successfully inserted points is 21
|
||||
LER is (2,1),(8,7)
|
||||
test default ctor (0,0),(0.5,1)
|
||||
test default ctor (0,0),(1,0.5)
|
||||
test after removal (2,1),(8,7)
|
||||
test successful insertion 1
|
||||
test after clear (0,0.5),(10,10)
|
||||
|
|
|
|||
Loading…
Reference in New Issue