SirVer / cagd5e

My sample code and solutions to some programming exercises for the book "Curves and Surfaces for CAGD" by Gerald Farin
40 stars 12 forks source link

Degree reduction typo? #1

Open TuomLarsen opened 7 years ago

TuomLarsen commented 7 years ago

Hello!

I was wondering, is there a typo in: https://github.com/SirVer/cagd5e/blob/master/chap06/degree_reduction.py#L32-L33

Shouldn't it by ... / n, instead of ... / (n+1)?

SirVer commented 7 years ago

That is well possible... That code has been written 7 years ago and I did not do much in computational geometrical since then. So I do not really know.