Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ pointAt
Function
pointAt
src/python/PyImath/PyImathLine.cpp:104–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
103
template <class T>
104
static Vec3<T>
105
pointAt(Line3<T> &line, T t)
106
{
107
MATH_EXC_ON;
108
return line.operator()(t);
109
}
110
111
template <class T>
112
static T
Callers
nothing calls this directly
Calls
1
operator()
Method · 0.45
Tested by
no test coverage detected