| 50 | |
| 51 | template <class T, class Rand> |
| 52 | static IMATH_NAMESPACE::Vec3<T> nextHollowSphere(Rand &rand, const IMATH_NAMESPACE::Vec3<T> &v) |
| 53 | { |
| 54 | MATH_EXC_ON; |
| 55 | return IMATH_NAMESPACE::hollowSphereRand<IMATH_NAMESPACE::Vec3<T>,Rand>(rand); |
| 56 | } |
| 57 | |
| 58 | template <class T, class Rand> |
| 59 | static IMATH_NAMESPACE::Vec2<T> nextHollowSphere(Rand &rand, const IMATH_NAMESPACE::Vec2<T> &v) |
nothing calls this directly
no outgoing calls
no test coverage detected