Пример #1
0
 public void LeftPointInLeftBeachLine()
 {
     AssertCompare.Intersecting(left, leftPoint);
 }
Пример #2
0
 public void RightPointInRightBeachLine()
 {
     AssertCompare.Intersecting(right, rightPoint);
 }
Пример #3
0
 public void CentralPointIntersects()
 {
     AssertCompare.Intersecting(bs, p2);
 }
Пример #4
0
 public void RightPointIntersects()
 {
     AssertCompare.Intersecting(bs, p3);
 }
Пример #5
0
 public void PointUnderRightParabolaIsInRightParabolaBS()
 {
     AssertCompare.Intersecting(rightParabolaBS, pointUnderRightParabola);
 }
Пример #6
0
 public void LeftPointIntersects()
 {
     AssertCompare.Intersecting(bs, p1);
 }
Пример #7
0
 public void PointUnderLeftParabolaIsInLeftParabolaBS()
 {
     AssertCompare.Intersecting(leftParabolaBS, pointUnderLeftParabola);
 }
Пример #8
0
 public void PointUnderMiddleParabolaIsInMidBS()
 {
     AssertCompare.Intersecting(midBS, pointUnderMiddleParabola);
 }
Пример #9
0
 public void MidPointIsInMidBeachSection()
 {
     AssertCompare.Intersecting(midBeach, midPoint);
 }
Пример #10
0
 public void RightPointIsInRightBeachSection()
 {
     AssertCompare.Intersecting(rightBeach, rightPoint);
 }
Пример #11
0
 public void LeftPointIsInLeftBeachSection()
 {
     AssertCompare.Intersecting(leftBeach, leftPoint);
 }
Пример #12
0
 public void PointInExtremeRightIsInRightmostSection()
 {
     AssertCompare.Intersecting(rightMost, pointInExtremeRight);
 }
Пример #13
0
 public void PointInMidRightIsInRightishSection()
 {
     AssertCompare.Intersecting(rightIsh, pointInMidRight);
 }
Пример #14
0
 public void PointInMidLeftIsInLeftishSection()
 {
     AssertCompare.Intersecting(leftIsh, pointInMidLeft);
 }
Пример #15
0
 public void PointInExtremeLeftIsInLeftmostSection()
 {
     AssertCompare.Intersecting(leftMost, pointInExtremeLeft);
 }