bjornbytes / lovr-docs

Documentation for LÖVR
44 stars 35 forks source link

Align docs with current quat API #41

Closed jmiskovic closed 3 years ago

jmiskovic commented 3 years ago

Vector rotation had wrong return type specified and it was not obvious that input vector is modified in place.

The quat:set(angle, vec3) variant is not implemented. While it could be added it's also not hard to do quat:set(angle, vec3:unpack()).

bjornbytes commented 3 years ago

Thanks