• Lorenzo Marcantonio's avatar
    Angle and distances cleanup (preparing for angles in doubles) · 0e903dba
    Lorenzo Marcantonio authored
    - Removed spurious int casts (these are truncated anyway and will break
      doubles)
    
    - Applied the Distance, GetLineLength, EuclideanNorm, DEG2RAD, RAD2DEG
      ArcTangente and NORMALIZE* functions where possible
    
    - ArcTangente now returns double and handles the 0,0 case like atan2, so
      it's no longer necessary to check for it before calling
    
    - Small functions in trigo moved as inline
    0e903dba
Name
Last commit
Last update
..
examples Loading commit data...
plugins Loading commit data...
tests Loading commit data...
TODO.txt Loading commit data...
board.i Loading commit data...
board_item.i Loading commit data...
module.i Loading commit data...
pcbnew.i Loading commit data...
pcbnew_footprint_wizards.cpp Loading commit data...
pcbnew_footprint_wizards.h Loading commit data...
pcbnew_scripting_helpers.cpp Loading commit data...
pcbnew_scripting_helpers.h Loading commit data...
plugins.i Loading commit data...
units.i Loading commit data...