MCPcopy 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 {

Calls

no outgoing calls

Tested by

no test coverage detected