Beispiel #1
0
 public static bool IsInLine(this Line line, double absoluteDegrees) =>
 AMath.IsInCircleRange(line.StartDegree, line.EndDegree, absoluteDegrees);
Beispiel #2
0
 public static bool IsInGate(this Gate gate, double absoluteDegrees) =>
 AMath.IsInCircleRange(gate.Lines[0].StartDegree, gate.Lines[5].EndDegree, absoluteDegrees);