An NDoc Documented Class Library

Corners.slopeAngle Method 

Computes the slope angle between two indices Arctan(rise over run)

public double slopeAngle(
   int a,
   int b
);

Parameters

a
Index for first point
b
Index for second point

Return Value

The slope angle between point[a] point[b] in degrees

See Also

Corners Class | Fragmenter Namespace