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

Method normalize

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

Source from the content-addressed store, hash-verified

39 }
40
41 void normalize()
42 {
43 double l = length();
44 x /= l;
45 y /= l;
46 z /= l;
47 return;
48 }
49
50 float dot(const Point &v) const
51 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected