| 64 | |
| 65 | template <class T, class Rand> |
| 66 | static IMATH_NAMESPACE::Vec3<T> nextSolidSphere(Rand &rand, const IMATH_NAMESPACE::Vec3<T> &v) |
| 67 | { |
| 68 | MATH_EXC_ON; |
| 69 | return IMATH_NAMESPACE::solidSphereRand<IMATH_NAMESPACE::Vec3<T>,Rand>(rand); |
| 70 | } |
| 71 | |
| 72 | template <class T, class Rand> |
| 73 | static IMATH_NAMESPACE::Vec2<T> nextSolidSphere(Rand &rand, const IMATH_NAMESPACE::Vec2<T> &v) |
nothing calls this directly
no outgoing calls
no test coverage detected