Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shortcut operators for matrices and vectors #51

Open
lnsp opened this issue Jul 10, 2018 · 0 comments
Open

Add shortcut operators for matrices and vectors #51

lnsp opened this issue Jul 10, 2018 · 0 comments
Assignees
Labels
Projects
Milestone

Comments

@lnsp
Copy link
Owner

lnsp commented Jul 10, 2018

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.

@lnsp lnsp added the feature label Jul 10, 2018
@lnsp lnsp added this to the v0.3.0 milestone Jul 10, 2018
@lnsp lnsp self-assigned this Jul 10, 2018
@lnsp lnsp added this to In Progress in Matrices Jul 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Matrices
In Progress
Development

No branches or pull requests

1 participant