MCPcopy 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_perpendicularFunction · 0.45
test_lengthFunction · 0.45
test_lengthFunction · 0.45
test_perpendicularFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_perpendicularFunction · 0.36
test_lengthFunction · 0.36
test_lengthFunction · 0.36
test_perpendicularFunction · 0.36