gridArray, JumpPointNode::class); $path = JumpPointSearch::findPath( 2, 5, 11, 11, $grid, HeuristicType::EUCLIDEAN, MovementType::DIAGONAL ); } }