MCPcopy Create free account
hub / github.com/RozDavid/UnScene3D / trianglePointDist

Function trianglePointDist

utils/cpp_utils/include/vec3.h:540–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538
539 template<class T>
540 inline float trianglePointDist(const vec3<T> &t0, const vec3<T> &t1, const vec3<T> &t2, const vec3<T> &p) {
541 return sqrtf(trianglePointDistSq(t0, t1, t2, p));
542 }
543}
544
545

Callers

nothing calls this directly

Calls 1

trianglePointDistSqFunction · 0.85

Tested by

no test coverage detected