public void PointUnderRightParabolaIsLeftOfSomeBSs() { AssertCompare.Greater(rightBS, pointUnderRightParabola); }
public void RightBeachLineGreaterThanLeftPoint() { AssertCompare.Greater(right, leftPoint); }
public void MidPointIsLeftOfRightBeachSection() { AssertCompare.Greater(rightBeach, midPoint); }
public void LeftPointIsLeftOfOtherBeachSections() { AssertCompare.Greater(midBeach, leftPoint); AssertCompare.Greater(rightBeach, leftPoint); }
public void PointInMidRightIsLeftOfRightmostSection() { AssertCompare.Greater(rightMost, pointInMidRight); }
public void PointInMidLeftIsLeftOfTwoRightmostSections() { AssertCompare.Greater(rightIsh, pointInMidLeft); AssertCompare.Greater(rightMost, pointInMidLeft); }
public void PointInExtremeLeftIsLeftOfAllOtherSections() { AssertCompare.Greater(leftIsh, pointInExtremeLeft); AssertCompare.Greater(rightIsh, pointInExtremeLeft); AssertCompare.Greater(rightMost, pointInExtremeLeft); }