IMathGetCorrectedAngleLine Method

Returns an angle-corrected line with angle in 15° steps (same length as given points have)

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static ILineEdge GetCorrectedAngleLine(
	PointD fix,
	PointD var
)

Parameters

fix  PointD
 
var  PointD
 

Return Value

ILineEdge

See Also