feat: add IRapidPlanner, RapidPath, and SafeHeightRapidPlanner
This commit is contained in:
11
OpenNest.Engine/RapidPlanning/RapidPath.cs
Normal file
11
OpenNest.Engine/RapidPlanning/RapidPath.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using OpenNest.Geometry;
|
||||
|
||||
namespace OpenNest.Engine.RapidPlanning
|
||||
{
|
||||
public readonly struct RapidPath
|
||||
{
|
||||
public bool HeadUp { get; init; }
|
||||
public List<Vector> Waypoints { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user