Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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