Created by: DolphinDream
Factorizing the angle unit / conversion code into a helper class so that nodes that use angles that want to select the angle units (RAD, DEG, UNI) can have a way to create the the angle unit UI elements and conversions performed.
Note: this PR will focus on the SvAngleHelper class/file but for the sake of illustrating how this is going to be used by various nodes that could adopt it I started to integrate it into some nodes (the changes to these nodes could be added in a separate PR) .
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.