MCPcopy Create free account
hub / github.com/Colin97/DeepMetaHandles / Point

Method Point

data_preprocessing/sample_surface_points.cpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12{
13 double x, y, z;
14 Point(){};
15 Point(double _x, double _y, double _z)
16 {
17 x = _x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected