Intersect3d.TriangleLineParametric Method
Public Shared Function TriangleLineParametric( _
ByVal tri As Triangle3d, _
ByVal seg As Line3d, _
ByRef t As Double _
) As Boolean
This language is not supported or no code example is available.
public static bool TriangleLineParametric(
Triangle3d tri,
Line3d seg,
out double t
)
This language is not supported or no code example is available.
public:
static bool TriangleLineParametric(
Triangle3d^ tri,
Line3d^ seg,
double& t
)
This language is not supported or no code example is available.
Parameters
- tri
- Triangle3d
- seg
- Line3d
- t
- double