Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_area
Function · 0.80
normal_loss
Function · 0.80
main
Function · 0.80
Calls
1
Point
Class · 0.85
Tested by
no test coverage detected