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

Function nextGaussSphere

src/python/PyImath/PyImathRandom.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38template <class T, class Rand>
39static IMATH_NAMESPACE::Vec3<T> nextGaussSphere(Rand &rand, const IMATH_NAMESPACE::Vec3<T> &v)
40{
41 MATH_EXC_ON;
42 return IMATH_NAMESPACE::gaussSphereRand<IMATH_NAMESPACE::Vec3<T>,Rand>(rand);
43}
44template <class T, class Rand>
45static IMATH_NAMESPACE::Vec2<T> nextGaussSphere(Rand &rand, const IMATH_NAMESPACE::Vec2<T> &v)
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected