Points example working
This commit is contained in:
parent
dfcc24f487
commit
6df566373d
13 changed files with 518 additions and 50 deletions
|
|
@ -0,0 +1,9 @@
|
|||
from services.scd import SCD
|
||||
from services.point.cartesian import PointCartesian
|
||||
from services.point.polar import PointPolar
|
||||
|
||||
implemented = {
|
||||
"SCD": SCD,
|
||||
"PointCartesian": PointCartesian,
|
||||
"PointPolar": PointPolar,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue