File boundary_rdhr_walk.hpp
-
struct BRDHRWalk
-
template<typename Polytope, typename RandomNumberGenerator>
struct Walk -
Public Functions
-
template<typename GenericPolytope>
inline Walk(GenericPolytope &P, Point const &p, RandomNumberGenerator &rng)
-
template<typename BallPolytope>
inline void apply(BallPolytope const &P, Point &p1, Point &p2, unsigned int const &walk_length, RandomNumberGenerator &rng)
Private Functions
-
template<typename GenericBody>
inline void initialize(GenericBody const &P, Point const &p, RandomNumberGenerator &rng)
-
template<typename GenericPolytope>
-
template<typename Polytope, typename RandomNumberGenerator>