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