mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Fix Typos (NFC) (#5137)
This commit is contained in:
@@ -71,8 +71,8 @@ public final class SplineParameterizer {
|
||||
private SplineParameterizer() {}
|
||||
|
||||
/**
|
||||
* Parameterizes the spline. This method breaks up the spline into various arcs until their dx,
|
||||
* dy, and dtheta are within specific tolerances.
|
||||
* Parametrizes the spline. This method breaks up the spline into various arcs until their dx, dy,
|
||||
* and dtheta are within specific tolerances.
|
||||
*
|
||||
* @param spline The spline to parameterize.
|
||||
* @return A list of poses and curvatures that represents various points on the spline.
|
||||
@@ -84,8 +84,8 @@ public final class SplineParameterizer {
|
||||
}
|
||||
|
||||
/**
|
||||
* Parameterizes the spline. This method breaks up the spline into various arcs until their dx,
|
||||
* dy, and dtheta are within specific tolerances.
|
||||
* Parametrizes the spline. This method breaks up the spline into various arcs until their dx, dy,
|
||||
* and dtheta are within specific tolerances.
|
||||
*
|
||||
* @param spline The spline to parameterize.
|
||||
* @param t0 Starting internal spline parameter. It is recommended to use 0.0.
|
||||
|
||||
Reference in New Issue
Block a user