PDT: Revise Tangent Functions

This commit is still WIP.

Added Enumerator for Tangent Types, refactored code, revised DocStrings.

This section of PDT still requires extensive testing, currently underway, but not complete.
This commit is contained in:
Alan Odom
2020-02-17 14:57:11 +00:00
committed by Rune Morling
parent f58fe4df0d
commit 4f3a6cafc0
4 changed files with 139 additions and 82 deletions

View File

@ -201,3 +201,5 @@ PDT_DES_TANCEN3 = "Tangents From a Point"
PDT_DES_RADIUS1 = "Radius of First Tangent Arc"
PDT_DES_RADIUS2 = "Radius of Second Tangent Arc"
PDT_DES_TPOINT = "Calculate Tangents From Point"
PDT_DES_EXPCOLL = "Expand/Collapse Menu"
PDT_DES_TANMODE = "Tangent Types"