lp:~lib2geom-hackers/lib2geom/trunk

Created by MenTaLguY and last modified
Get this branch:
bzr branch lp:~lib2geom-hackers/lib2geom/trunk
Members of 2Geom Hackers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
2Geom Hackers
Project:
lib2geom
Status:
Abandoned

Recent revisions

2483. By Krzysztof Kosinski

Fix possible infinite recursion in Bezier length functions.

2482. By Krzysztof Kosinski

Fix elliptical arc winding routine in edge cases.

Because sin(pi) is not zero due to numeric errors, the standard approach
of using the roots() routine to compute the winding is not valid.
Instead, we use an alternative method that does not use roots at all.

2481. By Krzysztof Kosinski

Avoid picking invalid testcases in choose-test

2480. By Krzysztof Kosinski

Fix up CMake scripts to look for BLAS.
Fixes problems when compiling as a shared library.

2479. By Krzysztof Kosinski

Add some corner cases to ellipse-test

2478. By Krzysztof Kosinski

Document and simplify EllipticalArc::boundsExact().
Add a corresponding method to Ellipse.

2477. By Krzysztof Kosinski

Fix compilation error

2476. By Krzysztof Kosinski

Boolops toy improvements (more debug info shown)

2475. By Krzysztof Kosinski

Remove some unnecessary code from EllipticalArc::roots()

2474. By Krzysztof Kosinski

Curve::winding(): fix typo

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.