# Functions
CrossProduct Returns cross product of a,b Matrix.
IM Gets the relate for the spatial relationship between the input geometries.
InLine returns true if spot in ab,false else.
InLineMatrix returns true if spot in LineMatrix,false else..
InLineVertex returns true if spot in LineVertex,false else..
InPolygon returns true if pt is inside pg.
Intersection returns intersection of a and b.
IntersectionEdge returns intersection of edge a and b.
IntersectionLineSegment returns intersection of a and other.
IsIntersectionEdge returns intersection of edge a and b.
IsIntersectionLineSegment returns intersection of a and other.
Relate Gets the relate string for the spatial relationship between the input geometries.
# Structs
Computer Computes the topological relationship between two Geometries.
IntersectionPoint overlay point.
IntersectionResult ...
LineRelate be used during the relate computation.
PointRelate be used during the relate computation.
PolygonRelate be used during the relate computation.
Relationship be used during the relate computation.
UniqueIntersectionEdgeFilter A Filter that extracts a unique array.
# Type aliases
IntersectionPointLine overlay point array.