public void PointUnderRightParabolaIsRightOfSomeBSs() { AssertCompare.Less(leftBS, pointUnderRightParabola); AssertCompare.Less(leftParabolaBS, pointUnderRightParabola); AssertCompare.Less(midBS, pointUnderRightParabola); }
public void LeftBeachLineLessThanRightPoint() { AssertCompare.Less(left, rightPoint); }
public void MidPointIsRightOfLeftBeachSection() { AssertCompare.Less(leftBeach, midPoint); }
public void RightPointIsRightOfOtherBeachSections() { AssertCompare.Less(leftBeach, rightPoint); AssertCompare.Less(midBeach, rightPoint); }
public void PointInExtremeRightIsRightOfAllOtherSections() { AssertCompare.Less(leftMost, pointInExtremeRight); AssertCompare.Less(leftIsh, pointInExtremeRight); AssertCompare.Less(rightIsh, pointInExtremeRight); }
public void PointInMidRightIsRightOfTwoLeftmostSections() { AssertCompare.Less(leftMost, pointInMidRight); AssertCompare.Less(leftIsh, pointInMidRight); }
public void PointInMidLeftIsRightOfLeftmostSection() { AssertCompare.Less(leftMost, pointInMidLeft); }