38 #ifndef FCL_MATH_SAMPLERSE3QUATBALL_INL_H 39 #define FCL_MATH_SAMPLERSE3QUATBALL_INL_H 41 #include "fcl/math/sampler/sampler_se3_quat_ball.h" 48 class SamplerSE3Quat_ball<double>;
52 SamplerSE3Quat_ball<S>::SamplerSE3Quat_ball()
59 SamplerSE3Quat_ball<S>::SamplerSE3Quat_ball(S r_) : r(r_)
66 void SamplerSE3Quat_ball<S>::setBound(
const S& r_)
73 void SamplerSE3Quat_ball<S>::getBound(S& r_)
const 80 Vector7<S> SamplerSE3Quat_ball<S>::sample()
const 84 this->rng.ball(0, r, x, y, z);
90 this->rng.quaternion(s);
Main namespace.
Definition: broadphase_bruteforce-inl.h:45