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

Function nextHollowSphere

src/python/PyImath/PyImathRandom.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51template <class T, class Rand>
52static 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
58template <class T, class Rand>
59static IMATH_NAMESPACE::Vec2<T> nextHollowSphere(Rand &rand, const IMATH_NAMESPACE::Vec2<T> &v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected