Typedef rcppsw::ds::rtree_point

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.