TDME2 1.9.121
|
This is the complete list of members for PathFinding, including all inherited members.
actorBoundingVolume | PathFinding | private |
actorBoundingVolumeSlopeTest | PathFinding | private |
actorHeight | PathFinding | private |
actorStepUpMax | PathFinding | private |
alignPositionComponent(float value, float stepSize) | PathFinding | inlinestatic |
alignPositionComponent(float value) | PathFinding | inline |
closedNodes | PathFinding | private |
collisionTypeIds | PathFinding | private |
computeDistance(const PathFindingNode &a, const PathFindingNode &b) | PathFinding | inlineprivate |
computeDistanceToEnd(const PathFindingNode &node) | PathFinding | inlineprivate |
createFlowMap(const vector< Vector3 > &endPositions, const Vector3 ¢er, float depth, float width, const uint16_t collisionTypeIds, const vector< Vector3 > &path=vector< Vector3 >(), bool complete=true, PathFindingCustomTest *customTest=nullptr) | PathFinding | |
customTest | PathFinding | private |
end | PathFinding | private |
equals(const PathFindingNode &a, float bX, float bY, float bZ) | PathFinding | inlineprivate |
equalsLastNode(const PathFindingNode &a, const PathFindingNode &b) | PathFinding | inlineprivate |
findFlowMapPath(const Vector3 &startPosition, const Vector3 &endPosition, const uint16_t collisionTypeIds, vector< Vector3 > &path, int alternativeEndSteps=0, int maxTriesOverride=-1, PathFindingCustomTest *customTest=nullptr) | PathFinding | inline |
findPath(const Vector3 &startPosition, const Vector3 &endPosition, const uint16_t collisionTypeIds, vector< Vector3 > &path, int alternativeEndSteps=0, int maxTriesOverride=-1, PathFindingCustomTest *customTest=nullptr) | PathFinding | inline |
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 | |
flowMapScaleActorBoundingVolumes | PathFinding | private |
flowMapStepSize | PathFinding | private |
generateDirectPath(const Vector3 &start, const Vector3 &end) | PathFinding | |
getIntegerPositionComponent(float value, float stepSize) | PathFinding | inlinestatic |
getIntegerPositionComponent(float value) | PathFinding | inline |
getStepSize() | PathFinding | inline |
isSlopeWalkableInternal(float x, float y, float z, float successorX, float successorY, float successorZ, float stepSize, float scaleActorBoundingVolumes, bool flowMapRequest, uint16_t collisionTypeIds=0) | PathFinding | private |
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) | PathFinding | private |
maxTries | PathFinding | private |
openNodes | PathFinding | private |
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() | PathFinding | inline |
skipOnCollisionTypeIds | PathFinding | private |
sloping | PathFinding | private |
step(const PathFindingNode &node, float stepSize, float scaleActorBoundingVolumes, const unordered_set< string > *nodesToTest, bool flowMapRequest) | PathFinding | private |
stepSize | PathFinding | private |
stepSizeLast | PathFinding | private |
stepsMax | PathFinding | private |
toId(float x, float y, float z) | PathFinding | inline |
toId(float x, float y, float z, float stepSize) | PathFinding | inlinestatic |
toIdInt(int x, int y, int z) | PathFinding | inlinestatic |
VERBOSE | PathFinding | static |
walkableCache | PathFinding | private |
world | PathFinding | private |
~PathFinding() | PathFinding |