An NDoc Documented Class Library

LineType.Cross Method 

Calculate the crosspoint with an other LineType L if this exists. In this case the result is true and with the parameters lam and mue you can calculate the crosspoint by Value(lam) resp. L.value(mue)

public bool Cross(
   LineType L,
   out double lam,
   out double mue
);

Parameters

L
The other Line, to calculate the crosspoint
lam
Parameter to calculate the crosspoint with Value(lam)
mue
Parameter to calculate the crosspoint with L.Value(mue)

Return Value

See Also

LineType Class | Minais.Drawing3d.Math Namespace