Skip to content

Feature Request: Basic vector math #408

@KaiSD

Description

@KaiSD

It would be great to have the ability to add and subtract vectors without having to do it manually. It would both make the code more readable and improve the performance.
Right now adding one vector to another requires a 11-16 blocks construction (depending on type), that look complex and generate complex code, while doing the thing that in gdscript would require one simple line.

Same goes for vector-x-number multiplications.

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