MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / findTwoLineSegmClosestPoints

Function findTwoLineSegmClosestPoints

source/MRMesh/MRTwoLineSegmDist.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123} // anonymous namespace
124
125TwoLineSegmClosestPointsf findTwoLineSegmClosestPoints( const LineSegm3f& a, const LineSegm3f& b )
126{
127 return findTwoLineSegmClosestPointsT( a, b );
128}
129
130TwoLineSegmClosestPointsd findTwoLineSegmClosestPoints( const LineSegm3d& a, const LineSegm3d& b )
131{

Callers 3

findTriTriDistanceTFunction · 0.85
segPointsFunction · 0.85

Calls 1

Tested by

no test coverage detected