Skip to content
Snippets Groups Projects
Forked from ogs / ogs
Source project has a limited visibility.
  • Dmitri Naumov's avatar
    c6cf0b09
    [MeL] Use exact predicates for point projection · c6cf0b09
    Dmitri Naumov authored
    Previously using inexact predicates would yield ambiguous results whether a point
    is inside or outside of a projected element, depending on compiler and architecture.
    
    The exact predicates are slower, so one could think about to add a run-time flag to
    use exact or inexact predicates giving the user an option for fast or correct calculations.
    c6cf0b09
    History
    [MeL] Use exact predicates for point projection
    Dmitri Naumov authored
    Previously using inexact predicates would yield ambiguous results whether a point
    is inside or outside of a projected element, depending on compiler and architecture.
    
    The exact predicates are slower, so one could think about to add a run-time flag to
    use exact or inexact predicates giving the user an option for fast or correct calculations.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.