MeVisLab Toolbox Reference
mlLargestPointDistance2D.h File Reference
#include "MLPointCloudUtilsSystem.h"
#include <mlVector2.h>
#include <vector>

Go to the source code of this file.

Namespaces

 ml
 Main documentation file for ML users and developers.
 
 ml::LargestPointDistance2D
 

Functions

MLPOINTCLOUDUTILS_EXPORT double ml::LargestPointDistance2D::largestDistanceSquared (const std::vector< Vector2 > &points, Vector2 &point0, Vector2 &point1)
 Calculates the largest distance (squared) between any of the given points. More...
 
MLPOINTCLOUDUTILS_EXPORT double ml::LargestPointDistance2D::largestDistanceSquaredFromSortedPoints (const std::vector< Vector2 > &points, Vector2 &point0, Vector2 &point1)
 Calculates the largest distance (squared) between any of the given points. More...