Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Add shortcut operators for matrices and vectors #51

Description

@lnsp

It is currently not possible to use shortcut operators on matrices and vectors, for examples

TMath::Matrix A(3, 3);
TMath::Vector x(3);

A[2] += x;

does not work.

Activity

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions