public void LeftPointInLeftBeachLine() { AssertCompare.Intersecting(left, leftPoint); }
public void RightPointInRightBeachLine() { AssertCompare.Intersecting(right, rightPoint); }
public void CentralPointIntersects() { AssertCompare.Intersecting(bs, p2); }
public void RightPointIntersects() { AssertCompare.Intersecting(bs, p3); }
public void PointUnderRightParabolaIsInRightParabolaBS() { AssertCompare.Intersecting(rightParabolaBS, pointUnderRightParabola); }
public void LeftPointIntersects() { AssertCompare.Intersecting(bs, p1); }
public void PointUnderLeftParabolaIsInLeftParabolaBS() { AssertCompare.Intersecting(leftParabolaBS, pointUnderLeftParabola); }
public void PointUnderMiddleParabolaIsInMidBS() { AssertCompare.Intersecting(midBS, pointUnderMiddleParabola); }
public void MidPointIsInMidBeachSection() { AssertCompare.Intersecting(midBeach, midPoint); }
public void RightPointIsInRightBeachSection() { AssertCompare.Intersecting(rightBeach, rightPoint); }
public void LeftPointIsInLeftBeachSection() { AssertCompare.Intersecting(leftBeach, leftPoint); }
public void PointInExtremeRightIsInRightmostSection() { AssertCompare.Intersecting(rightMost, pointInExtremeRight); }
public void PointInMidRightIsInRightishSection() { AssertCompare.Intersecting(rightIsh, pointInMidRight); }
public void PointInMidLeftIsInLeftishSection() { AssertCompare.Intersecting(leftIsh, pointInMidLeft); }
public void PointInExtremeLeftIsInLeftmostSection() { AssertCompare.Intersecting(leftMost, pointInExtremeLeft); }