38 #ifndef FCL_MATH_SAMPLERSE2DISK_INL_H
39 #define FCL_MATH_SAMPLERSE2DISK_INL_H
61 setBound(cx, cy, r1, r2, crefx, crefy);
69 cref[0] = crefx; cref[1] = crefy;
80 this->rng.disk(r_min, r_max, x, y);
81 q[0] = x + c[0] - cref[0];
82 q[1] = y + c[1] - cref[1];