Пример #1
0
 public void PointUnderRightParabolaIsRightOfSomeBSs()
 {
     AssertCompare.Less(leftBS, pointUnderRightParabola);
     AssertCompare.Less(leftParabolaBS, pointUnderRightParabola);
     AssertCompare.Less(midBS, pointUnderRightParabola);
 }
Пример #2
0
 public void LeftBeachLineLessThanRightPoint()
 {
     AssertCompare.Less(left, rightPoint);
 }
Пример #3
0
 public void MidPointIsRightOfLeftBeachSection()
 {
     AssertCompare.Less(leftBeach, midPoint);
 }
Пример #4
0
 public void RightPointIsRightOfOtherBeachSections()
 {
     AssertCompare.Less(leftBeach, rightPoint);
     AssertCompare.Less(midBeach, rightPoint);
 }
Пример #5
0
 public void PointInExtremeRightIsRightOfAllOtherSections()
 {
     AssertCompare.Less(leftMost, pointInExtremeRight);
     AssertCompare.Less(leftIsh, pointInExtremeRight);
     AssertCompare.Less(rightIsh, pointInExtremeRight);
 }
Пример #6
0
 public void PointInMidRightIsRightOfTwoLeftmostSections()
 {
     AssertCompare.Less(leftMost, pointInMidRight);
     AssertCompare.Less(leftIsh, pointInMidRight);
 }
Пример #7
0
 public void PointInMidLeftIsRightOfLeftmostSection()
 {
     AssertCompare.Less(leftMost, pointInMidLeft);
 }