libigl v2.5.0
Loading...
Searching...
No Matches
all_pairs_distances.h File Reference
#include "igl_inline.h"
#include "all_pairs_distances.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename Mat >
void igl::all_pairs_distances (const Mat &V, const Mat &U, const bool squared, Mat &D)
 Compute distances between each point i in V and point j in U.