mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-10 06:14:20 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
10
libs/geometry/diamond_box.cpp
Normal file
10
libs/geometry/diamond_box.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "geometry/diamond_box.hpp"
|
||||
|
||||
namespace m2
|
||||
{
|
||||
DiamondBox::DiamondBox(std::vector<PointD> const & points)
|
||||
{
|
||||
for (auto const & p : points)
|
||||
Add(p);
|
||||
}
|
||||
} // namespace m2
|
||||
Reference in New Issue
Block a user