Refactor function definitions in paths.ts

This commit is contained in:
2026-04-15 11:22:16 +02:00
parent 7dca8b1b25
commit 1aa3a8b5f0

View File

@@ -229,9 +229,6 @@ function lerpVec3(start: Vec3, end: Vec3, t: number): Vec3 {
};
}
function buildSmoothedPolylinePoints(
path: ResolvedPathLike<PathPointLike, ResolvedPathSegmentLike>
): Vec3[] {
function buildSmoothedPolylinePoints(
path: ResolvedPathLike<PathPointLike, ResolvedPathSegmentLike>
): Vec3[] {
@@ -276,9 +273,6 @@ function buildSmoothedPolylinePoints(
return points;
}
function buildSmoothedPathSamples(
path: ResolvedPathLike<PathPointLike, ResolvedPathSegmentLike>
): SmoothedPathSample[] {
function buildSmoothedPathSamples(
path: ResolvedPathLike<PathPointLike, ResolvedPathSegmentLike>
): SmoothedPathSample[] {