コード例 #1
0
ファイル: PathParser.cs プロジェクト: CavHack/merlin-trees
 public virtual KinodynamicSteering GetOutput(RecursivePath path, NodeGoal nodeGoal)
 {
     return(new  RecursiveSteering());
 }
コード例 #2
0
ファイル: PathParser.cs プロジェクト: CavHack/merlin-trees
 public virtual RecursivePath GetRecursivePath(NodeGoal nodeGoal)
 {
     return(new RecursivePath());
 }