edu.princeton.repeatedgames.rgsolve.polygon
Interface RobustConvexHull.SignedAreaFunc

Enclosing class:
RobustConvexHull

public static interface RobustConvexHull.SignedAreaFunc

Interface for signed area calculator


Method Summary
 double getSignedArea(Point A, Point B, Point C)
           
 

Method Detail

getSignedArea

double getSignedArea(Point A,
                     Point B,
                     Point C)