R/Rcppnanoflann.R

#' stackoverflow answer
#'
#'  @description For question
#' [Closest point to a path](http://stackoverflow.com/questions/27321856/closest-point-to-a-path)
#'
#' @concept This answer illustrates how the nanoflann library can
#' be used along with Rcpp, RcppEigen, and C++11 to easily create an
#' installable package answering the original question.
#' @name Rcppnanoflann
#' @useDynLib Rcppnanoflann
#' @docType Rcppnanoflann
NULL
Thell/Rcppnanoflann documentation built on May 9, 2019, 4:27 p.m.