leberechtreinhold / dba3_tts

A module for playing De Bellis Antiquitatis 3 on Tabletop Simulator
https://steamcommunity.com/sharedfiles/filedetails/?id=2105272640
MIT License
3 stars 2 forks source link

Fix bug where vec_dot_product was returning a vector instead of scaler #14

Closed marcpawl closed 3 years ago

marcpawl commented 3 years ago

Fix bug where vec_dot_product was returning a vector instead of scaler.

The function is not being used, but will be used in then enhancement to snapping.

Unit test framework has been added to test the modified function.