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

Method Point

libs/geometry/point2d.hpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 T x, y;
24
25 Point() = default;
26 constexpr Point(T x_, T y_) : x(x_), y(y_) {}
27
28 template <typename U>

Callers 3

from_pygen_pointFunction · 0.45
to_4326Function · 0.45
mwm_bitwise_splitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected