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

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
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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant