kicad/3d-viewer
Lorenzo Marcantonio d00c83cde9 Migrated the interfaces accepting angles to the double type
The plan goes like this:
- eeschema still uses int in decidegrees
- all the other things internally use double in decidegrees (or radians
  in temporaries)
- in pcbnew UI the unit is *still* int in decidegrees

The idea is to have better precision everywhere while keeping the user with int i
angles. Hopefully, if a fractional angle doesn't come in from the outside, everything
should *look* like an integer angle (unless I forgot something and it broke)

When the time comes, simply updating the UI for allowing doubles from the user should
be enough to get arbitrary angles in pcbnew.
2013-05-05 09:17:48 +02:00
..
3d_aux.cpp Angle and distances cleanup (preparing for angles in doubles) 2013-05-01 19:32:36 +02:00
3d_canvas.cpp 3d viewer: code cleaning. Display options are now stored in config. 2012-12-15 09:52:02 +01:00
3d_canvas.h All: use CPOLYGONS_LIST, a typedef of std::vector<CPolyPt> to handle a Corners Polygons List. 2013-05-03 19:51:10 +02:00
3d_class.cpp 3D-viewer: code cleanup. 2012-08-21 12:45:54 +02:00
3d_draw.cpp All: use CPOLYGONS_LIST, a typedef of std::vector<CPolyPt> to handle a Corners Polygons List. 2013-05-03 19:51:10 +02:00
3d_draw_basic_functions.cpp Migrated the interfaces accepting angles to the double type 2013-05-05 09:17:48 +02:00
3d_draw_basic_functions.h Migrated the interfaces accepting angles to the double type 2013-05-05 09:17:48 +02:00
3d_frame.cpp MacOSX: deleted obsolete code 2012-12-23 11:57:02 +01:00
3d_read_mesh.cpp Fix X3D patch commit coding policy issues. 2013-03-28 12:51:22 -04:00
3d_struct.h Commit patch for x3d file reader (with minor changes). Commit other minor patches and fixes 2013-03-27 19:34:23 +01:00
3d_toolbar.cpp All: change some texts and messages hard to translate, or not translatable (and some incorrect messages). 2013-04-05 09:38:00 +02:00
3d_viewer.h All: use CPOLYGONS_LIST, a typedef of std::vector<CPolyPt> to handle a Corners Polygons List. 2013-05-03 19:51:10 +02:00
3d_viewer_id.h 3D viewer: 2012-08-26 15:59:55 +02:00
CMakeLists.txt Commit patch for x3d file reader (with minor changes). Commit other minor patches and fixes 2013-03-27 19:34:23 +01:00
info3d_visu.cpp More int casts to rounding conversions 2013-05-04 13:57:09 +02:00
info3d_visu.h More int casts to rounding conversions 2013-05-04 13:57:09 +02:00
modelparsers.h Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
trackball.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2() 2012-09-21 12:02:54 -05:00
trackball.h Use double instead float when possible, ande code cleaning. 2008-10-30 10:55:46 +00:00
vrmlmodelparser.cpp Fix X3D patch commit coding policy issues. 2013-03-28 12:51:22 -04:00
x3dmodelparser.cpp Fix X3D patch commit coding policy issues. 2013-03-28 12:51:22 -04:00