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.