Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ length2
Method
length2
include/geode/geometry/vector.hpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
[[nodiscard]] double length2() const
59
{
60
return dot( *this );
61
}
62
63
[[nodiscard]] double length() const
64
{
Callers
7
compute_gradient
Method · 0.80
tetrahedron_aspect_ratio
Function · 0.80
tetrahedron_volume_to_facet_ratio
Function · 0.80
tetrahedron_volume_to_edge_ratio
Function · 0.80
tetrahedron_collapse_aspect_ratio
Function · 0.80
opengeode_geometry_api rotate
Function · 0.80
pivot_point_triangle_distance
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected