Skip to main content

Module cartesian

Module cartesian 

Source
Expand description

Strategies bound to the Cartesian coordinate-system family.

Mirrors boost/geometry/strategies/cartesian/ — the directory of Boost strategy headers that key on cartesian_tag. T22 lands the first member, distance_pythagoras; later tasks add the point-to-segment projection (T24) and side / intersection kernels.

Re-exports§

pub use distance_projected_point::PointToSegment;
pub use distance_pythagoras::ComparablePythagoras;
pub use distance_pythagoras::Pythagoras;

Modules§

distance_projected_point
Point-to-segment Cartesian distance via projection onto the segment.
distance_pythagoras
Pythagorean point-to-point distance for the Cartesian family.