From 6eef90e9ffb1d8fc25161e912bc5d8aa8e4024da Mon Sep 17 00:00:00 2001 From: max-001 Date: Wed, 11 Dec 2024 13:20:32 +0100 Subject: Added Doxygen --- src/crepe/api/AI.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/crepe/api/AI.h b/src/crepe/api/AI.h index fc28451..f1c8951 100644 --- a/src/crepe/api/AI.h +++ b/src/crepe/api/AI.h @@ -117,7 +117,9 @@ private: //! The AISystem is the only class that should access the flags and path_index variables friend class AISystem; + //! The minimum amount of steps for the path following behavior static constexpr const int MIN_STEP = 16; + //! The radius to step size ratio for the path following behavior static constexpr const float RADIUS_TO_STEP = 400.0f; }; -- cgit v1.2.3