public interface BlendFactory
This interface can be used for creating blends.
A blend can be used for configuration of various built-in program nodes, such as Waypoint nodes. It describes how the robot can transition between trajectories (e.g. defined by waypoints).| Modifier and Type | Method and Description | 
|---|---|
Blend | 
createBlend(Length radiusLength)
This method creates a blend with a given radius length. 
 | 
Copyright © 2020. All rights reserved.