Simplexus  1.0
Création d'un pavage par des simplexes de dimension N et visualisation graphique en dimension 2.
Point< N > Member List

This is the complete list of members for Point< N >, including all inherited members.

distance(const Point< N > &other) const Point< N >
getCoord(unsigned int index) const Point< N >
isBoundry()Point< N >
operator<(const Point &other) const Point< N >
operator<<(std::ostream &os, const Point< P > &point)Point< N >friend
operator<=(const Point &other) const Point< N >
operator=(Point &&other)Point< N >
operator=(const Point &other)Point< N >
operator==(Point const &other)Point< N >
operator>(const Point &other) const Point< N >
operator>=(const Point &other) const Point< N >
outOfBoundries()Point< N >
Point()Point< N >
Point(const Point &other)Point< N >
Point(double val,...)Point< N >
Point(std::initializer_list< double > l)Point< N >
Point(Point &&other)Point< N >
setCoord(unsigned int index, double val)Point< N >
setCoords(double val,...)Point< N >
toBoundry()Point< N >