worked on grid-walker
This commit is contained in:
@@ -9,9 +9,13 @@ namespace GW3 {
|
||||
|
||||
/** paremters for the walk */
|
||||
struct WalkParams {
|
||||
|
||||
Point3 start;
|
||||
float distance_m;
|
||||
Heading heading = Heading(0);
|
||||
|
||||
float lookFurther_m = 1.5;
|
||||
|
||||
};
|
||||
|
||||
/** result of the random walk */
|
||||
|
||||
Reference in New Issue
Block a user