core / com.acmerobotics.roadrunner.path / Path / project

project

fun project(point: Vector2d, projectGuess: Double = length() / 2.0): Path.ProjectionResult

Project point onto the current path.

Parameters

point - query point

projectGuess - guess for the projected point's s along the path