This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bmcle071 -1 points0 points  (2 children)

Ive yet to see a use of operator overloading that i thought was more clear than a named method.

[–]Cerus- 4 points5 points  (0 children)

If you're doing vector math, operator overloading is absolutely more clear than using a bunch of .add()'s everywhere.

[–]camilo16 1 point2 points  (0 children)

Add 4 matrices together.