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

Class Point

include/label_generator/nanoflann_utils.hpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35template <typename T>
36struct PointCloud {
37 struct Point {
38 T x, y, z;
39 };
40
41 using coord_t = T; //!< The type of each coordinate
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected