Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
209
template <class T>
210
static Vec3<T>
211
getDirection(Line3<T> &line)
212
{
213
return line.dir;
214
}
215
216
template <class T>
217
static void
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected