MCPcopy 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
103template <class T>
104static Vec3<T>
105pointAt(Line3<T> &line, T t)
106{
107 MATH_EXC_ON;
108 return line.operator()(t);
109}
110
111template <class T>
112static T

Callers

nothing calls this directly

Calls 1

operator()Method · 0.45

Tested by

no test coverage detected