Skip to content
Snippets Groups Projects
  • Lionel GUEZ's avatar
    31147260
    Do not orient nor compute the area · 31147260
    Lionel GUEZ authored and GUEZ Lionel's avatar GUEZ Lionel committed
    Do not orient nor compute the area of `cont_list(n_cont)`. When the
    area is too small, then we have one more copy than before, of
    `cont_list(n_cont)` to `out_cont`, but, on the other hand, we have one
    less call to `ccw_orient` than before. So this change should not
    impact performance. Note that the orientation and area of
    `cont_list(n_cont)` were not used after `get_1_outerm`.
    
    Preparing to keep `cont_list` in projection coordinates.
    31147260
    History
    Do not orient nor compute the area
    Lionel GUEZ authored and GUEZ Lionel's avatar GUEZ Lionel committed
    Do not orient nor compute the area of `cont_list(n_cont)`. When the
    area is too small, then we have one more copy than before, of
    `cont_list(n_cont)` to `out_cont`, but, on the other hand, we have one
    less call to `ccw_orient` than before. So this change should not
    impact performance. Note that the orientation and area of
    `cont_list(n_cont)` were not used after `get_1_outerm`.
    
    Preparing to keep `cont_list` in projection coordinates.