Skip to content

Bezier coeff

Amaury Johnen requested to merge bezierCoeff into master

This improves validity and quality computation of curved elements in several ways:

  • less numerical errors in conversion of Lagrange coefficients into Bézier coefficients
  • less numerical errors and faster Bézier subdivision algorithm
  • better memory management (fewer allocation/deallocation)

Merge request reports