Searched refs:BallType (Results 1 – 1 of 1) sorted by relevance
45 typedef Ball<Dim> BallType; typedef53 bool intersectObject(const BallType &b) { in intersectObject()61 …bool intersectVolumeObject(const BoxType &r, const BallType &b) { ++calls; return r.squaredExterio… in intersectVolumeObject()62 …bool intersectObjectVolume(const BallType &b, const BoxType &r) { ++calls; return r.squaredExterio… in intersectObjectVolume()63 bool intersectObjectObject(const BallType &b1, const BallType &b2){ in intersectObjectObject()70 bool intersectObjectObject(const BallType &b, const VectorType &v){ in intersectObjectObject()78 …double minimumOnObject(const BallType &b) { ++calls; return (std::max)(0., (b.center - p).squaredN… in minimumOnObject()80 …double minimumOnVolumeObject(const BoxType &r, const BallType &b) { ++calls; return SQR((std::max)… in minimumOnVolumeObject()81 …double minimumOnObjectVolume(const BallType &b, const BoxType &r) { ++calls; return SQR((std::max)… in minimumOnObjectVolume()82 …double minimumOnObjectObject(const BallType &b1, const BallType &b2){ ++calls; return SQR((std::ma… in minimumOnObjectObject()[all …]