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

Function getDirection

src/python/PyImath/PyImathLine.cpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208
209template <class T>
210static Vec3<T>
211getDirection(Line3<T> &line)
212{
213 return line.dir;
214}
215
216template <class T>
217static void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected