TDME2 1.9.121
PathFinding Member List

This is the complete list of members for PathFinding, including all inherited members.

actorBoundingVolumePathFindingprivate
actorBoundingVolumeSlopeTestPathFindingprivate
actorHeightPathFindingprivate
actorStepUpMaxPathFindingprivate
alignPositionComponent(float value, float stepSize)PathFindinginlinestatic
alignPositionComponent(float value)PathFindinginline
closedNodesPathFindingprivate
collisionTypeIdsPathFindingprivate
computeDistance(const PathFindingNode &a, const PathFindingNode &b)PathFindinginlineprivate
computeDistanceToEnd(const PathFindingNode &node)PathFindinginlineprivate
createFlowMap(const vector< Vector3 > &endPositions, const Vector3 &center, float depth, float width, const uint16_t collisionTypeIds, const vector< Vector3 > &path=vector< Vector3 >(), bool complete=true, PathFindingCustomTest *customTest=nullptr)PathFinding
customTestPathFindingprivate
endPathFindingprivate
equals(const PathFindingNode &a, float bX, float bY, float bZ)PathFindinginlineprivate
equalsLastNode(const PathFindingNode &a, const PathFindingNode &b)PathFindinginlineprivate
findFlowMapPath(const Vector3 &startPosition, const Vector3 &endPosition, const uint16_t collisionTypeIds, vector< Vector3 > &path, int alternativeEndSteps=0, int maxTriesOverride=-1, PathFindingCustomTest *customTest=nullptr)PathFindinginline
findPath(const Vector3 &startPosition, const Vector3 &endPosition, const uint16_t collisionTypeIds, vector< Vector3 > &path, int alternativeEndSteps=0, int maxTriesOverride=-1, PathFindingCustomTest *customTest=nullptr)PathFindinginline
findPathCustom(const Vector3 &startPosition, const Vector3 &endPosition, float stepSize, float scaleActorBoundingVolumes, const uint16_t collisionTypeIds, vector< Vector3 > &path, int alternativeEndSteps=0, int maxTriesOverride=-1, PathFindingCustomTest *customTest=nullptr)PathFinding
flowMapScaleActorBoundingVolumesPathFindingprivate
flowMapStepSizePathFindingprivate
generateDirectPath(const Vector3 &start, const Vector3 &end)PathFinding
getIntegerPositionComponent(float value, float stepSize)PathFindinginlinestatic
getIntegerPositionComponent(float value)PathFindinginline
getStepSize()PathFindinginline
isSlopeWalkableInternal(float x, float y, float z, float successorX, float successorY, float successorZ, float stepSize, float scaleActorBoundingVolumes, bool flowMapRequest, uint16_t collisionTypeIds=0)PathFindingprivate
isWalkable(float x, float y, float z, float &height, float stepSize, float scaleActorBoundingVolumes, bool flowMapRequest, uint16_t collisionTypeIds=0, bool ignoreStepUpMax=false)PathFinding
isWalkableInternal(float x, float y, float z, float &height, float stepSize, float scaleActorBoundingVolumes, bool flowMapRequest, uint16_t collisionTypeIds=0, bool ignoreStepUpMax=false)PathFindingprivate
maxTriesPathFindingprivate
openNodesPathFindingprivate
PathFinding(World *world, bool sloping=false, int stepsMax=1000, float actorHeight=2.0f, float stepSize=0.5f, float stepSizeLast=0.75f, float actorStepUpMax=0.25f, uint16_t skipOnCollisionTypeIds=0, int maxTries=5, float flowMapStepSize=0.5f, float flowMapScaleActorBoundingVolumes=1.0f)PathFinding
reset()PathFindinginline
skipOnCollisionTypeIdsPathFindingprivate
slopingPathFindingprivate
step(const PathFindingNode &node, float stepSize, float scaleActorBoundingVolumes, const unordered_set< string > *nodesToTest, bool flowMapRequest)PathFindingprivate
stepSizePathFindingprivate
stepSizeLastPathFindingprivate
stepsMaxPathFindingprivate
toId(float x, float y, float z)PathFindinginline
toId(float x, float y, float z, float stepSize)PathFindinginlinestatic
toIdInt(int x, int y, int z)PathFindinginlinestatic
VERBOSEPathFindingstatic
walkableCachePathFindingprivate
worldPathFindingprivate
~PathFinding()PathFinding