Skip to content

Bezier Extraction matrices for 0th degree spline #409

@jzwar

Description

@jzwar

See #406 for more detail.

Bezier extraction matrix fails for following spline

test = sp.BSpline(
    degrees=[0, 0],
    control_points=[
        [0], [1], [2], [3],
    ],
    knot_vectors=[[0, .5, 1], [0, .5, 1]]
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions