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

Function distanceTo2

src/python/PyImath/PyImathLine.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119template <class T>
120static T
121distanceTo2(Line3<T> &line, Line3<T> &other)
122{
123 MATH_EXC_ON;
124 return line.distanceTo(other);
125}
126
127template <class T>
128static T

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected