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

Function setPosition

src/python/PyImath/PyImathLine.cpp:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185template <class T>
186static void
187setPosition(Line3<T> &line, const Vec3<T> &pos)
188{
189 line.pos = pos;
190}
191
192template <class T>
193static void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected