File: README

package info (click to toggle)
pcb-rnd 3.1.7b-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,108 kB
  • sloc: ansic: 213,400; yacc: 6,241; sh: 4,698; awk: 3,016; makefile: 2,254; lex: 1,166; python: 519; xml: 261; lisp: 154; tcl: 67; perl: 34; javascript: 6; ruby: 5
file content (15 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
libcdtr is a minilib for Constrained Delaunay TRiangulation using
incremental algorithm, as described in: Yizhi Lu and Wayne Wei-Ming Dai,
"A numerical stable algorithm for constructing constrained Delaunay
triangulation and application to multichip module layout," China.,
1991 International Conference on Circuits and Systems, Shenzhen, 1991,
pp. 644-647 vol.2.

The API is documented in cdt.h. An example is function autotest() in
cdt_test.c.

Limitations:
 - there is a rectangular bounding box initialized with non-removable
   constrained edges on cdt_init(). These boundary constrained edges
   can be split by inserting points.