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

Function closestPoints1

src/python/PyImath/PyImathLine.cpp:243–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241
242template <class T>
243static void
244closestPoints1(Line3<T> &line1, const Line3<T> &line2, Vec3<T> &p0, Vec3<T> &p1)
245{
246 MATH_EXC_ON;
247 IMATH_NAMESPACE::closestPoints(line1, line2, p0, p1);
248}
249
250template <class T>
251static tuple

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected