gwnavruntime/pathfollower/pathprogressconfig.h Source File
Go to the documentation of this file.
47 SwapEndianness(e,
self.m_pathValidationMinDistanceBackward);
48 SwapEndianness(e,
self.m_pathValidationMinDistanceForward);
49 SwapEndianness(e,
self.m_localMaxCostMultiplierOnPathDistance);
63 m_advancedConfig.SetDefaults();
76 SwapEndianness(e,
self.m_checkPointRadius);
77 SwapEndianness(e,
self.m_advancedConfig);
KyFloat32 m_pathValidationMinDistanceForward
The distance the Path is checked forward each time a new Path is computed.
Definition: pathprogressconfig.h:38
Class that aggregates parameters that allow to configure the progress of a Bot on its path...
Definition: pathprogressconfig.h:53
KyFloat32 m_checkPointRadius
The radius around check points that trigger their validation.
Definition: pathprogressconfig.h:69
KyFloat32 m_pathValidationMinDistanceBackward
The distance the Path is checked backward each time a new Path is computed.
Definition: pathprogressconfig.h:33
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:132
Target
Enumerates the possible endianness types relative to the current platform.
Definition: endianness.h:27
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
Class that aggregates path validation minimum distances (advanced parameters)
Definition: pathprogressconfig.h:15
KyFloat32 m_localMaxCostMultiplierOnPathDistance
Distance along the path from the ProgressOnPath used to compute the local maximum-cost-multiplier on ...
Definition: pathprogressconfig.h:43
float KyFloat32
float
Definition: types.h:32