Bezier curve: improvement of the curve splitting algorithm
authorMira Grudzinska <m.grudzinska@samsung.com>
Thu, 1 Oct 2020 01:09:36 +0000 (03:09 +0200)
committerHermet Park <chuneon.park@samsung.com>
Wed, 7 Oct 2020 05:36:54 +0000 (14:36 +0900)
commita2e273b3119c99b1c0507efebe1177f3af6b1850
tree39183441217fec88f396110c5c923f86de02a012
parenta6bde0cac4e73c9a48aff1b88c2d1f443e8ab23f
Bezier curve:  improvement of the curve splitting algorithm

bezAt() function needed to be fixed.
Also the convergence in the while loop was sped up and
the break condition was changed.

Change-Id: I7571d2cbe7fd8a3207cc21e5a15892478877b6bf
src/lib/tvgBezier.cpp