MCPcopy Index your code
hub / github.com/Colin97/DeepMetaHandles / cross

Method cross

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

Source from the content-addressed store, hash-verified

53 };
54
55 Point cross(const Point &v) const
56 {
57 return Point(
58 y * v.z - z * v.y,
59 z * v.x - x * v.z,
60 x * v.y - y * v.x);
61 };
62
63 void print()
64 {

Callers 3

triangle_areaFunction · 0.80
normal_lossFunction · 0.80
mainFunction · 0.80

Calls 1

PointClass · 0.85

Tested by

no test coverage detected