public static class PathSegment.ClosestPointReport
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
clamped_index |
Translation2d |
closest_point |
double |
distance |
double |
index |
Constructor and Description |
---|
ClosestPointReport() |
public double index
public double clamped_index
public Translation2d closest_point
public double distance