mirror of https://github.com/CGAL/cgal
really fix the order
This commit is contained in:
parent
2905e38117
commit
4f29b83610
|
|
@ -58,13 +58,13 @@ public:
|
|||
/// \param i_id the id of the intersection point, starting at 0. Ids are consecutive.
|
||||
/// \param sdim indicates the dimension of the simplex part of the face that is intersected by the edge
|
||||
/// (0 for a vertex, 1 for an edge, 2 for the interior of the face)
|
||||
/// \param tm_e mesh containing `h_e`
|
||||
/// \param tm_f mesh containing `h_f`
|
||||
/// \param h_e a halfedge from `tm_e`
|
||||
/// \param h_f a halfedge from `tm_f` indicating the simplex intersected:
|
||||
/// if `sdim==0` the target of `h_f` is the intersection point,
|
||||
/// if `sdim==1` the edge of `h_f` contains the intersection point in its interior,
|
||||
/// if `sdim==2` the face of `h_f` contains the intersection point in its interior.
|
||||
/// \param tm_e mesh containing `h_e`
|
||||
/// \param tm_f mesh containing `h_f`
|
||||
/// \param is_target_coplanar `true` iff the target of `h_e` is the intersection point
|
||||
/// \param is_source_coplanar `true` iff the source of `h_e` is the intersection point
|
||||
void intersection_point_detected(std::size_t i_id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue