Skip to main content

Module point

Module point 

Source
Expand description

Defines the canonical Point type and a generic conversion trait PointConvert.

This module provides a standardized Point struct that serves as an intermediary for converting between different point representations from various geometry libraries. The PointConvert trait enables seamless, generic conversion of any point type that can be converted to and from the canonical Point.

Structs§

Point
A canonical 2D point representation with f64 precision.

Traits§

PointConvert
A trait for generically converting between different point types.