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

Function closestPointTo1

src/python/PyImath/PyImathLine.cpp:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143
144template <class T>
145static Vec3<T>
146closestPointTo1(Line3<T> line, const Vec3<T> &p)
147{
148 MATH_EXC_ON;
149 return line.closestPointTo(p);
150}
151
152template <class T>
153static Vec3<T>

Callers

nothing calls this directly

Calls 1

closestPointToMethod · 0.80

Tested by

no test coverage detected