
public interface Point {	
	public boolean cco(Point a, Point b); // berechnet das cco-Praedikat der drei Punkte this, a und b.
}

