Typedef rcppsw::ds::rtree_point
Defined in File rtree.hpp
Typedef Documentation
-
template<typename TCoordType>
using rcppsw::ds::rtree_point = bg::model::point<typename TCoordType::value_type, TCoordType::kDIMENSIONALITY, bg::cs::cartesian> A 2D or 3D geometrical point, as defined by boost. Loose adaptor to rmath::vector2 or rmath::vector3.