core / com.acmerobotics.roadrunner.path / QuinticSplineSegment / Waypoint

Waypoint

class Waypoint

Class for representing the end points of interpolated quintic splines.

Constructors

<init>

Waypoint(x: Double, y: Double, dx: Double = 0.0, dy: Double = 0.0, d2x: Double = 0.0, d2y: Double = 0.0)

Class for representing the end points of interpolated quintic splines.

Properties

d2x

val d2x: Double

d2y

val d2y: Double

dx

val dx: Double

dy

val dy: Double

x

val x: Double

y

val y: Double

Functions

deriv

fun deriv(): Vector2d

pos

fun pos(): Vector2d

secondDeriv

fun secondDeriv(): Vector2d