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

Function Rand_constructor2

src/python/PyImath/PyImathRandom.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85template <class Rand>
86static Rand *Rand_constructor2(Rand rand)
87{
88 Rand *r = new Rand();
89 *r = rand;
90
91 return r;
92}
93
94template <class T, class Rand>
95static PyImath::FixedArray<IMATH_NAMESPACE::Vec3<T> >

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected