Approximate curve length

This commit is contained in:
Emma Broman
2020-01-20 11:48:55 -05:00
parent b528c6d4ab
commit 146fc4ce8d
4 changed files with 33 additions and 13 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class PathCurve;
class PathSegment {
public:
PathSegment(CameraState start, CameraState end, double startTime, CurveType type = Linear2);
PathSegment(CameraState start, CameraState end, double startTime, CurveType type = Linear);
~PathSegment() = default;
// Mutators