Skip to content

get_quadratic_approximation_of_cubic should also use bezier and classic_bezier should be removed #2427

@behackl

Description

@behackl

The implementation of get_quadratic_approximation_of_cubic caused some headache: when I tried to replace the current implementation of bezier, a test using get_quadratic_approximation_of_cubic started to fail because the points used in that function are not just 1d-numpy arrays as usual, but instead 2d ones. If someone wants to take a stab at fixing this, please go ahead -- then this classic_bezier function could also just be removed.

Originally posted by @behackl in #2421 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions