38 #ifndef FCL_MATH_SAMPLERSE3QUAT_INL_H 
   39 #define FCL_MATH_SAMPLERSE3QUAT_INL_H 
   60   upper_bound(upper_bound_)
 
   69   lower_bound_ = lower_bound;
 
   70   upper_bound_ = upper_bound;
 
   78   lower_bound = lower_bound_;
 
   79   upper_bound = upper_bound_;
 
   87   q[0] = this->rng.uniformReal(lower_bound[0], upper_bound[0]);
 
   88   q[1] = this->rng.uniformReal(lower_bound[1], upper_bound[1]);
 
   89   q[2] = this->rng.uniformReal(lower_bound[2], upper_bound[2]);
 
   92   this->rng.quaternion(s);