Module util

Source
Expand description

This module provides a conceptual structure of points and half-lines.

See more details on each item.

Structs§

Coordinate
This structure conceptually represents a point or a vector on the 2-dimensional Cartesian plane.
Ray
This structure conceptually represents a half-line (which also known as “Ray”).