Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ length
Method
length
include/geode/geometry/vector.hpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
[[nodiscard]] double length() const
64
{
65
return std::sqrt( length2() );
66
}
67
68
[[nodiscard]] Vector operator*( double multiplier ) const
69
{
Callers
5
test_segment_plane_intersection
Function · 0.45
test_perpendicular
Function · 0.45
test_length
Function · 0.45
test_length
Function · 0.45
test_perpendicular
Function · 0.45
Calls
no outgoing calls
Tested by
5
test_segment_plane_intersection
Function · 0.36
test_perpendicular
Function · 0.36
test_length
Function · 0.36
test_length
Function · 0.36
test_perpendicular
Function · 0.36