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

Function distanceTo1

src/python/PyImath/PyImathLine.cpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111template <class T>
112static T
113distanceTo1(Line3<T> &line, Vec3<T> &p)
114{
115 MATH_EXC_ON;
116 return line.distanceTo(p);
117}
118
119template <class T>
120static T

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected