Skip to content

Commit

Permalink
Add BBox_d
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Jan 10, 2025
1 parent be8f3b8 commit 8c00a44
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Kernel_d/doc/Kernel_d/CGAL/Epeck_d.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,20 @@ class Compute_power_product_d {
*/
FT operator()(Weighted_point_d pw, Weighted_point_d qw);
};

class Construct_bbox_d {
public:
/*! returns the bounding box of point `p`.
*/
Bbox_d<DimensionTag> operator()(Point_d p);
};

Construct_circumcenter_d construct_circumcenter_d_object();
Compute_power_product_d compute_power_product_d_object();
Compute_squared_radius_d compute_squared_radius_d_object();
Compute_squared_radius_smallest_orthogonal_sphere_d compute_squared_radius_smallest_orthogonal_sphere_d_object();
Construct_power_sphere_d construct_power_sphere_d_object();
Power_side_of_bounded_power_sphere_d power_side_of_bounded_power_sphere_d_object();
Construct_bbox_d construct_bbox_d_object();
}; /* end Epeck_d */
} /* end namespace CGAL */
9 changes: 9 additions & 0 deletions Kernel_d/doc/Kernel_d/CGAL/Epick_d.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,20 @@ class Compute_power_product_d {
*/
FT operator()(Weighted_point_d pw, Weighted_point_d qw);
};

class Construct_bbox_d {
public:
/*! returns the bounding box of point `p`.
*/
Bbox_d<DimensionTag> operator()(Point_d p);
};

Construct_circumcenter_d construct_circumcenter_d_object();
Compute_power_product_d compute_power_product_d_object();
Compute_squared_radius_d compute_squared_radius_d_object();
Compute_squared_radius_smallest_orthogonal_sphere_d compute_squared_radius_smallest_orthogonal_sphere_d_object();
Construct_power_sphere_d construct_power_sphere_d_object();
Power_side_of_bounded_power_sphere_d power_side_of_bounded_power_sphere_d_object();
Construct_bbox_d construct_bbox_d_object();
}; /* end Epick_d */
} /* end namespace CGAL */

0 comments on commit 8c00a44

Please sign in to comment.