Skip to content

Reverse g.reflect params to move angle first. #6

@fdb

Description

@fdb

Instead of

g.reflect(shape, position, angle, keepOriginal)

Use:

g.reflect(shape, angle, position, keepOriginal)

This is because angle is always required for this node to be useful, whereas a position of 0,0 (the origin) is often used as-is.

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