MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / closestPointTo2

Function closestPointTo2

src/python/PyImath/PyImathLine.cpp:153–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152template <class T>
153static Vec3<T>
154closestPointTo2(Line3<T> line, const Line3<T> &other)
155{
156 MATH_EXC_ON;
157 return line.closestPointTo(other);
158}
159
160template <class T>
161static Vec3<T>

Callers

nothing calls this directly

Calls 1

closestPointToMethod · 0.80

Tested by

no test coverage detected