really fix the order

This commit is contained in:
Sébastien Loriot 2023-09-11 15:14:51 +02:00
parent 2905e38117
commit 4f29b83610
1 changed files with 2 additions and 2 deletions

View File

@ -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,