#include <topology.hpp>
|
| rectangle_topology (double left, double top, double right, double bottom) |
|
| rectangle_topology (RandomNumberGenerator &gen, double left, double top, double right, double bottom) |
|
point_type | random_point () const |
|
point_type | bound (point_type a) const |
|
double | distance_from_boundary (point_type a) const |
|
point_type | center () const |
|
point_type | origin () const |
|
point_difference_type | extent () const |
|
double | distance (point a, point b) const |
|
point | move_position_toward (point a, double fraction, point b) const |
|
point_difference | difference (point a, point b) const |
|
point | adjust (point a, point_difference delta) const |
|
point | pointwise_min (point a, point b) const |
|
point | pointwise_max (point a, point b) const |
|
double | norm (point_difference delta) const |
|
double | volume (point_difference delta) const |
|
template<typename RandomNumberGenerator = minstd_rand>
template<typename RandomNumberGenerator = minstd_rand>
template<typename RandomNumberGenerator = minstd_rand>
template<typename RandomNumberGenerator = minstd_rand>
template<typename RandomNumberGenerator = minstd_rand>
template<typename RandomNumberGenerator = minstd_rand>
template<typename RandomNumberGenerator = minstd_rand>
template<typename RandomNumberGenerator = minstd_rand>
template<typename RandomNumberGenerator = minstd_rand>
template<typename RandomNumberGenerator = minstd_rand>
The documentation for this class was generated from the following file: