Struct BilliardWalk

struct BilliardWalk

Public Functions

inline BilliardWalk(double L)
inline BilliardWalk()

Public Members

parameters param
struct parameters

Public Functions

inline parameters(double L, bool set)

Public Members

double m_L
bool set_L
template<typename Polytope, typename RandomNumberGenerator>
struct Walk

Public Types

typedef Polytope::PointType Point
typedef Point::FT NT

Public Functions

template<typename GenericPolytope>
inline Walk(GenericPolytope &P, Point const &p, RandomNumberGenerator &rng)
template<typename GenericPolytope>
inline Walk(GenericPolytope &P, Point const &p, RandomNumberGenerator &rng, parameters const &params)
template<typename GenericPolytope>
inline void apply(GenericPolytope &P, Point &p, unsigned int const &walk_length, RandomNumberGenerator &rng)
inline void update_delta(NT L)