MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / nextSolidSphere

Function nextSolidSphere

src/python/PyImath/PyImathRandom.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65template <class T, class Rand>
66static 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
72template <class T, class Rand>
73static IMATH_NAMESPACE::Vec2<T> nextSolidSphere(Rand &rand, const IMATH_NAMESPACE::Vec2<T> &v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected