An NDoc Documented Class Library

Triangle.AffinCoordOfCross Method 

Calculates the affine coordinates of a crosspoint of a infinitly line. To calculate the crosspoint use: pt = A + (B - A) * Lam + (C - A) * mue

public bool AffinCoordOfCross(
   LineType L,
   ref double Lam,
   ref double Mue
);

Parameters

L
Infinitly line
Lam
affine coordinate relatively to (B - A)
Mue
affine coordinate relatively to (C - A)

Return Value

See Also

Triangle Class | Minais.Drawing3d.Math Namespace