X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=VGvTzD/EknH07v6PRUZbClbSQi1CoCu2eoMF6MvUl9g=; b=ryVuHfm/ro5qliqeZPJdcgjcJrZyy/IrCfXn4z66N9AIH2lAXN0WUKAEuNbryuXNru sIUxWC2CZNK9meJxue+Yiq/wk3+li0vlnBlImN9F6tlGKC47xO/fP8hh+3dLaLODeF/8 VwAW0qzivOQuTZFqhrRzg5lpUuKkHNLYK/WwL7LlVZyPvZaSuEcTEK43qcHH7m7db0E0 JZcGy/+j9gmAEGBah8aCounMdv7Iya8lPP4Mbls3LPJiAluuvNtSTgbno5Y6hEMKRmtf UATiPIiRVGGeKqUaaXSMEVmWQzCkB7AyVLkPhVnpKJmlFOQuGI0AiMulYVNYh9bCzhck NoGg== X-Received: by 10.180.20.205 with SMTP id p13mr28145410wie.15.1445982010332; Tue, 27 Oct 2015 14:40:10 -0700 (PDT) Date: Tue, 27 Oct 2015 22:40:05 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] home/bkerin/geometry_module branch Message-Id: <20151027224005.e4e80f6d064272edecc74351@gmail.com> In-Reply-To: <1445971280.702.10.camel@ssalewski.de> References: <1445971280 DOT 702 DOT 10 DOT camel AT ssalewski DOT de> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 > > Okay, I don't want to start another war here. I was browsing the > > manual of > > the CGAL library, and I think it has some nice features that can bring > > lot > > of benefit for us. So I'd go for CGAL. > > > > Just my two cents. > > > > Lev > > Yes, CGAL is very powerful, it is actively developed, has good > documentation and active mailing list. ... For constrained > delauney triangulation I found no other easy solution, coding that from > scratch is much work, and only fast in an compiled language. Similar for > appolonius graph. > ... If you found no no other easy solution for constrained delauney triangulation and it is needed this should give the answer. It is at exactly this point it is time add another depency or in opposite direction if easy solution is available without dependency. Nicklas Karlsson