public class Spline
Constructor and Description |
---|
Spline() |
Modifier and Type | Method and Description |
---|---|
double |
getCurvature(double t) |
double |
getDCurvature(double t) |
Rotation2d |
getHeading(double t) |
Vector2 |
getPoint(double t) |
Pose2d |
getPose(double t) |
Pose2dWithCurvature |
getPoseWithCurvature(double t) |
double |
getVelocity(double t) |
public Vector2 getPoint(double t)
public Rotation2d getHeading(double t)
public double getCurvature(double t)
public double getDCurvature(double t)
public double getVelocity(double t)
public Pose2d getPose(double t)
public Pose2dWithCurvature getPoseWithCurvature(double t)