mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Java optimization and formatting fixes (#4857)
This commit is contained in:
@@ -46,7 +46,7 @@ public final class SplineHelper {
|
||||
* Returns quintic splines from a set of waypoints.
|
||||
*
|
||||
* @param waypoints The waypoints
|
||||
* @return List of splines.
|
||||
* @return array of splines.
|
||||
*/
|
||||
public static QuinticHermiteSpline[] getQuinticSplinesFromWaypoints(List<Pose2d> waypoints) {
|
||||
QuinticHermiteSpline[] splines = new QuinticHermiteSpline[waypoints.size() - 1];
|
||||
|
||||
Reference in New Issue
Block a user