protected static class SequenceDriver.Waypoint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) vona.math.RXSInterpolator.InterpolationProfile |
interpolationProfile
interpolation profile from previous waypoint
|
(package private) double |
interpolationTime
interpolation time in seconds from previous waypoint
|
(package private) vona.math.RX[] |
xform
waypoint transform states
|
Constructor and Description |
---|
SequenceDriver.Waypoint(vona.math.RXSInterpolator.InterpolationProfile interpolationProfile,
double interpolationTime,
vona.math.RX... xform)
copies xform
|