mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 20:50:59 -05:00
Approximate curve length
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user