Skip to content

remove static function in vector and matrix #257

Description

@HernanZh

Functions like add and multiply should return a new vector and leave the original alone.
If you want to add to the current vector, you would need to do something like

vector1 = vector1.add(vector2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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