Add utility function for resolving nearest point on scene path

This commit is contained in:
2026-05-13 20:00:44 +02:00
parent f0a10c6201
commit 88c1060019

View File

@@ -1,6 +1,7 @@
import type { Vec3 } from "../core/vector";
import {
createScenePathRoadEdgeSettings,
resolveNearestPointOnResolvedScenePath,
resolveScenePath,
sampleResolvedScenePathPosition,
type ResolvedScenePath,