Hermite Path
class HermitePath(var startPose: Pose, var endPose: Pose, startVelocity: Pose = Pose(), endVelocity: Pose = Pose()) : Path
HermitePath class representing a Hermite curve
Parameters
start Pose
The starting pose of the path
end Pose
The ending pose of the path
start Velocity
The starting velocity vector x,y
end Velocity
The ending velocity vector x,y
Functions
Link copied to clipboard
Link copied to clipboard
Gets the closest point on the path to the given position
Link copied to clipboard
Gets the closest point t value to the given position on the path
Link copied to clipboard
Gets the curvature at the given parameter t
Link copied to clipboard
Gets the arc length from the start of the path to the given parameter t
Link copied to clipboard
Gets the parameter t value from the given arc length