aboutsummaryrefslogtreecommitdiff
path: root/AutopyExtended/Curve/Curve.py
diff options
context:
space:
mode:
Diffstat (limited to 'AutopyExtended/Curve/Curve.py')
-rw-r--r--AutopyExtended/Curve/Curve.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/AutopyExtended/Curve/Curve.py b/AutopyExtended/Curve/Curve.py
new file mode 100644
index 0000000..880f6f2
--- /dev/null
+++ b/AutopyExtended/Curve/Curve.py
@@ -0,0 +1,3 @@
+class Curve(object):
+ def point(self, t, t_target):
+ raise NotImplementedError