Errors

exception JGEXConstructionError

Bases: Exception

Error during JGEX construction.

exception PointTooCloseError

Bases: JGEXConstructionError

Trying to create a point that is too close to an existing point.

exception PointTooFarError

Bases: JGEXConstructionError

Trying to create a point that is too far from existing points.

exception InvalidIntersectError

Bases: JGEXConstructionError

Unexpected number of intersections points.