Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
template <class T>
179
static Vec3<T>
180
getPosition(Line3<T> &line)
181
{
182
return line.pos;
183
}
184
185
template <class T>
186
static void
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected