mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
ext: Add missing header files and adjust namespace.
This commit is contained in:
parent
2bdfb423b4
commit
ebeac9def7
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
#include <boost/geometry/algorithms/assign.hpp>
|
#include <boost/geometry/algorithms/assign.hpp>
|
||||||
#include <boost/geometry/algorithms/convert.hpp>
|
#include <boost/geometry/algorithms/convert.hpp>
|
||||||
|
#include <boost/geometry/arithmetic/arithmetic.hpp>
|
||||||
#include <boost/geometry/geometries/concepts/point_concept.hpp>
|
#include <boost/geometry/geometries/concepts/point_concept.hpp>
|
||||||
|
|
||||||
|
|
||||||
@ -57,7 +58,7 @@ public:
|
|||||||
nsphere()
|
nsphere()
|
||||||
: m_radius(0)
|
: m_radius(0)
|
||||||
{
|
{
|
||||||
assign_value(m_center, coordinate_type());
|
geometry::assign_value(m_center, coordinate_type());
|
||||||
}
|
}
|
||||||
|
|
||||||
nsphere(P const& center, T const& radius)
|
nsphere(P const& center, T const& radius)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user