MeshLib C++ Docs
Loading...
Searching...
No Matches
MRTwoLineSegmDist.h File Reference
#include "MRVector3.h"
#include "MRLineSegm.h"

Go to the source code of this file.

Classes

struct  MR::TwoLineSegmClosestPoints< T >

Namespaces

namespace  MR
 only for bindings generation

Typedefs

using MR::TwoLineSegmClosestPointsf = TwoLineSegmClosestPoints<float>
using MR::TwoLineSegmClosestPointsd = TwoLineSegmClosestPoints<double>

Functions

TwoLineSegmClosestPointsf MR::findTwoLineSegmClosestPoints (const LineSegm3f &a, const LineSegm3f &b)
 computes the closest points on two line segments
TwoLineSegmClosestPointsd MR::findTwoLineSegmClosestPoints (const LineSegm3d &a, const LineSegm3d &b)