MCPcopy Create free account
hub / github.com/LimHyungTae/patchwork / xy2radius

Method xy2radius

include/patchwork/patchwork.hpp:791–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789
790template <typename PointT>
791inline double PatchWork<PointT>::xy2radius(const double &x, const double &y) {
792 return sqrt(pow(x, 2) + pow(y, 2));
793}
794
795template <typename PointT>
796inline void PatchWork<PointT>::pc2regionwise_patches(const pcl::PointCloud<PointT> &src,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected