MCPcopy Create free account
hub / github.com/Colin97/DeepMetaHandles / operator*

Method operator*

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

Source from the content-addressed store, hash-verified

29 };
30
31 Point operator*(const double t) const
32 {
33 return Point(x * t, y * t, z * t);
34 }
35
36 double length()
37 {

Callers

nothing calls this directly

Calls 1

PointClass · 0.85

Tested by

no test coverage detected