예제 #1
0
 /// <summary>
 /// Appends the given <c>Pose</c> values to the current path.
 /// </summary>
 public static ICartesianPath Append(this ICartesianPath path, params Pose[] values) =>
 path.Append((IEnumerable <Pose>)values);