38 #ifndef FCL_MATH_SAMPLERR_INL_H 39 #define FCL_MATH_SAMPLERR_INL_H 47 template <
typename S, std::
size_t N>
54 template <
typename S, std::
size_t N>
56 : lower_bound(lower_bound_), upper_bound(upper_bound_)
61 template <
typename S, std::
size_t N>
69 template <
typename S, std::
size_t N>
77 template <
typename S, std::
size_t N>
82 for(std::size_t i = 0; i < N; ++i)
VectorN< S, N > sample() const
Eigen::Matrix< S, N, 1 > VectorN
VectorN< S, N > upper_bound
void setBound(const VectorN< S, N > &lower_bound_, const VectorN< S, N > &upper_bound_)
VectorN< S, N > lower_bound
void getBound(VectorN< S, N > &lower_bound_, VectorN< S, N > &upper_bound_) const