Get rid of result types in function objects of Circular_kernel_23

This commit is contained in:
Mael Rouxel-Labbé
2025-01-08 17:25:20 +01:00
parent 8c95fcca9c
commit d02e817bc1
10 changed files with 484 additions and 534 deletions
@@ -4216,8 +4216,7 @@ namespace CartesianKernelFunctors {
&& collinear_are_ordered_along_line(t.vertex(1), p, t.vertex(2))) ||
(o3 == COLLINEAR
&& collinear_are_ordered_along_line(t.vertex(2), p, t.vertex(3)))
? result_type(ON_ORIENTED_BOUNDARY)
: opposite(ot);
? Oriented_side(ON_ORIENTED_BOUNDARY) : opposite(ot);
}
Oriented_side