ClosestPair3d.TriangleSegment Method
Public Shared Function TriangleSegment( _
ByVal tri As Triangle3d, _
ByVal seg As Line3d _
) As Tuple(Of Point3d, Point3d)
This language is not supported or no code example is available.
public static Tuple<Point3d, Point3d> TriangleSegment(
Triangle3d tri,
Line3d seg
)
This language is not supported or no code example is available.
public:
static Tuple<Point3d^, Point3d^>^ TriangleSegment(
Triangle3d^ tri,
Line3d^ seg
)
This language is not supported or no code example is available.
Parameters
- tri
- Triangle3d
- seg
- Line3d