MCPcopy Create free account
hub / github.com/PDAL/PDAL / Point

Method Point

pdal/QuadIndex.hpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48struct Point
49{
50 Point(double x, double y) : x(x), y(y) { }
51 Point(const Point& other) : x(other.x), y(other.y) { }
52
53 // Calculates the distance-squared to another point.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected