danini-the-panini / mittsu

3D Graphics Library for Ruby.
https://github.com/danini-the-panini/mittsu
MIT License
508 stars 33 forks source link

Improve Vector3 class #106

Closed klautu closed 2 years ago

klautu commented 2 years ago

Added some new methods from ThreeJS.Vector3 module.

I'm decided to not add methods, that ThreeJS.Vector3 and Mittsu::Vector both includes.

Added test on each method (except random and random_direction methods)