MCPcopy Create free account
hub / github.com/Pamphlett/Outram / xy2radius

Method xy2radius

include/patchwork.hpp:542–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540
541template<typename PointT>
542inline
543double PatchWork<PointT>::xy2radius(const double &x, const double &y) {
544 return sqrt(pow(x, 2) + pow(y, 2));
545}
546
547template<typename PointT>
548inline

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected