Skip to content

offset_points function returns none #206

@Gadgeteering

Description

@Gadgeteering

When executing the offset point command below with the following shape None is returned.

shape = [(60.007, 5.054), (58.407, 5.054), (58.407, 5.054), (58.407, 3.655), (58.407, 3.655), (60.007, 3.655), (60.007, 3.655), (60.007, 5.054)]
offset = 0.1
inside=False
utils.offset_points(shape, offset, internal=inside)

[None, None, None, None, None, None, None, None]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions