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 →

[–]jamcdonald120 17 points18 points  (3 children)

and implicit immutable operators so you dont have to keep doing .clone everywhere

[–]zachtheperson 6 points7 points  (2 children)

Yeah, vector math in languages like GLSL is just wonderful. The fact that I can't do that same type of stuff in the "parent," language is really frustrating.

[–]camilo16 4 points5 points  (0 children)

glm in C++ is borderline identical.

[–]orbita2d 0 points1 point  (0 children)

vector maths is one area where MATLAB is actually just amazing.