Registered Member
|
I'm using a dense matrix as a vertex list, so I have something like:
The first (const) getter is easy; I convert the column reference to a normal matrix and return it. But I have no idea what return type to use in the second case. I want to be able to do code like:
(ok so normalize makes no sense here but you get the idea). I've tried this but it causes a compiler crash (!)
Is there a particular (explicit) class / typedef I can use? |
Registered Member
|
Nevermind; I just found this thread viewtopic.php?f=74&t=95125 which answers this.
The working solution is:
|
Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]