added interface for walkers
some new helper methods added interpolater for paths
This commit is contained in:
@@ -24,6 +24,9 @@ private:
|
||||
|
||||
public:
|
||||
|
||||
/** empty ctor */
|
||||
Floor() {;}
|
||||
|
||||
/** ctor */
|
||||
Floor(const float width_cm, const float depth_cm) : width_cm(width_cm), depth_cm(depth_cm) {;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user