summaryrefslogtreecommitdiffstats
path: root/o3d/core/cross/curve.h
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/core/cross/curve.h')
-rw-r--r--o3d/core/cross/curve.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/o3d/core/cross/curve.h b/o3d/core/cross/curve.h
index 0502dac..855b42c 100644
--- a/o3d/core/cross/curve.h
+++ b/o3d/core/cross/curve.h
@@ -414,6 +414,9 @@ class Curve : public Function {
}
}
+ // Removes all the keys.
+ void FreeAll();
+
// What to do for inputs before the first key
Infinity pre_infinity_;