X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20160105130219.26727.qmail@stuge.se> Date: Tue, 5 Jan 2016 14:02:19 +0100 From: "Peter Stuge (peter AT stuge DOT se) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Merging stuff. How to make it happen Mail-Followup-To: geda-user AT delorie DOT com References: <201601041946 DOT u04Jkn25014629 AT envy DOT delorie DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20160105075631.9c23fc20d921e8f2c6427653@gmail.com> Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk gedau AT igor2 DOT repo DOT hu wrote: > assume signed 32 bit coords, you get about 2.1 meters as max board size. > Now look at rubber_callback(): at some point it does an x*=x. The solution (in true fixed point manner) is to first x >>= 8*sizeof x/2; > I think it's reasonable to create a centralized, generic > (non-pcb-complex-type-oriented) geometry lib Yes, this is a major point on my wishlist. Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > Regarding geometric libraries http://www.cgal.org has an impressive > developers list. I looked at CGAL when it was previously proposed as a candidate, but I don't think it is what we need, because it is way too large and (less important, but still) C++. > Stephan Böttcher brought up clipper http://angusj.com/delphi/clipper.php > a short while ago and started to write on a gerber file clearance checker > http://www.psjt.org/code/drc/screenshot.png, have the project here > http://www.psjt.org/code/ I don't know clipper - I will take a look at that. Thanks! //Peter