package
0.0.0-20241030102259-7445b93c2901
Repository: https://github.com/cotopia-org/event-master.git
Documentation: pkg.go.dev

# Functions

Function to compute the complement of a 1D line segment within a boundary.
ComplementAll calculates the complement of the union of given line segments in given boundaries.
IntersectAll function returns the intersection of many line segments.
Function to compute the intersection of two 1D segments.
Function to compute the union of two 1D segments.
UnionAll takes an array of LineSegments and returns the union of all of them.

# Structs

LineSegment represents a segment in 1D space with two endpoints.