Skip to content

Two fixes for Lagrange and Bezier curves

Florian Maurin requested to merge florian360/vtk:FixesLagrangeBezierCurve into master

Backport: release

This fix two issues with Lagrange/Bezier curves.

  • The first one vtkCellTypeSource where the node order of the generated cell was wrong.

  • The second in vtkHigherOrderCurve::SetParametricCoords, where vtkHigherOrderInterpolation::AppendQuadrilateralCollocationPoints was called instead of vtkHigherOrderInterpolation::AppendCurveCollocationPoints

Merge request reports