TheAlgorithms-C/geometry
lasgel 31ced8233e
tests: added `get_angle` test function in geometry/vector3d (#838)
* feat: add get_angle algorithm

* docs: added documentation for get_angle algorithm

* test: add test for get_angle algorithm

* fix: Fixed indentation

* Test: Changed //printf to // printf

* fix: Changed variable description for norm_a and norm_b

* fix: changed // to /// in the comment as suggested

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: David Leal <halfpacho@gmail.com>
2021-07-09 13:52:29 -05:00
..
CMakeLists.txt fix cmake 2020-08-16 21:44:38 -04:00
geometry_datatypes.h add alias to real part of quaternion 2020-08-17 14:01:38 -04:00
quaternions.c replace fabs with fabsf 2020-08-16 21:53:56 -04:00
vectors_3d.c tests: added `get_angle` test function in geometry/vector3d (#838) 2021-07-09 13:52:29 -05:00