diff --git a/src/document/paths.ts b/src/document/paths.ts index b2869fcd..b9e77590 100644 --- a/src/document/paths.ts +++ b/src/document/paths.ts @@ -229,9 +229,6 @@ function lerpVec3(start: Vec3, end: Vec3, t: number): Vec3 { }; } -function buildSmoothedPolylinePoints( - path: ResolvedPathLike -): Vec3[] { function buildSmoothedPolylinePoints( path: ResolvedPathLike ): Vec3[] { @@ -276,9 +273,6 @@ function buildSmoothedPolylinePoints( return points; } -function buildSmoothedPathSamples( - path: ResolvedPathLike -): SmoothedPathSample[] { function buildSmoothedPathSamples( path: ResolvedPathLike ): SmoothedPathSample[] {