38 #ifndef FCL_MATH_SAMPLERSE2_INL_H 
   39 #define FCL_MATH_SAMPLERSE2_INL_H 
   60   upper_bound(upper_bound_)
 
   68   upper_bound(
Vector2<S>(x_max, y_max))
 
   77   lower_bound_ = lower_bound;
 
   78   upper_bound_ = upper_bound;
 
   85   lower_bound = lower_bound_;
 
   86   upper_bound = upper_bound_;
 
   94   q[0] = this->rng.uniformReal(lower_bound[0], lower_bound[1]);
 
   95   q[1] = this->rng.uniformReal(lower_bound[1], lower_bound[2]);