#include <map>
#include "common.h"
#include "License.h"
#include "Segment2.h"
#include "MsgBase.h"
#include "Bbox2.h"
Go to the source code of this file.
Classes | |
class | GEOM_FADE25D::SegmentChecker |
SegmentChecker identifies intersecting line segments. More... | |
Enumerations | |
enum | ClipResult { CR_INVALID , CR_EMPTY , CR_CLIPPED_DEGENERATE , CR_CLIPPED_NONDEGENERATE , CR_COMPLETE_DEGENERATE , CR_COMPLETE_NONDEGENERATE } |
enum | SegmentIntersectionType { SIT_UNINITIALIZED , SIT_NONE , SIT_SEGMENT , SIT_POINT , SIT_ENDPOINT } |
enum ClipResult |
The Segment intersection type enumerates the way two line segments intersect each other