Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
185
template <class T>
186
static void
187
setPosition(Line3<T> &line, const Vec3<T> &pos)
188
{
189
line.pos = pos;
190
}
191
192
template <class T>
193
static void
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected