MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / diagonal

Method diagonal

src/geode/geometry/bounding_box.cpp:717–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715
716 template < index_t dimension >
717 Vector< dimension > BoundingBox< dimension >::diagonal() const
718 {
719 return { min_, max_ };
720 }
721
722 template < index_t dimension >
723 std::tuple< local_index_t, double >

Callers 10

beginFunction · 0.80
endFunction · 0.80
bbox_1d_projectionFunction · 0.80
ray_quick_skipFunction · 0.80
segment_quick_skipFunction · 0.80
best_projection_axisFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected