bpp-core3
3.0.0
|
Some functions to deal with Point2D. More...
#include <Bpp/Graphics/Point2DTools.h>
Static Public Member Functions | |
template<class T > | |
static double | getDistanceBetween (const Point2D< T > &co1, const Point2D< T > &co2) |
Get the distance between two Coord objects. More... | |
Some functions to deal with Point2D.
Definition at line 20 of file Point2DTools.h.
|
inlinestatic |
Get the distance between two Coord objects.
Definition at line 30 of file Point2DTools.h.
References bpp::Point2D< T >::getX(), and bpp::Point2D< T >::getY().