lovr-docs
lovr-docs copied to clipboard
Missing documentation for operator overloads
I didn't even realize that __mul and friends were implemented until I did it by accident. Now I'm struggling to figure out which operators can be done between which datatypes. It would be nice will a full documentation set of operators, valid operands, and results. Maybe it could just be a big table under lovr.math.
There is a Metamethods section here, but I like the idea of making a big table somewhere too
oh wow, that page had a LOT of goodies I hadn't seen before! Maybe that stuff should be moved out to lovr.math? I don't really think of a mat or quat as a vector, though I understand the categorization.
or rename it "Vectors and Matrices", or link to Vectors from the pages for the various constructors, or something like that. Highlight it more somehow.
Added more links