Skip to content
Snippets Groups Projects
Forked from Kart Krew / Kart-Public
Loading
  • Sal's avatar
    c23364db
    Actually, lets just fix FixedHypot instead. · c23364db
    Sal authored
    Now FixedHypot uses the code from R_PointToDist2, and R_PointToDist2 just calls FixedHypot.
    
    Ultimately, this branch was intended to get rid of a redundant way to retrieve distance and replace it with the one that was actually good at its job. So consolidating FixedHypot and R_PointToDist2 together is just an extension of that.
    c23364db
    History
    Actually, lets just fix FixedHypot instead.
    Sal authored
    Now FixedHypot uses the code from R_PointToDist2, and R_PointToDist2 just calls FixedHypot.
    
    Ultimately, this branch was intended to get rid of a redundant way to retrieve distance and replace it with the one that was actually good at its job. So consolidating FixedHypot and R_PointToDist2 together is just an extension of that.