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

Function getPosition

src/python/PyImath/PyImathLine.cpp:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177
178template <class T>
179static Vec3<T>
180getPosition(Line3<T> &line)
181{
182 return line.pos;
183}
184
185template <class T>
186static void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected