mark-p-thomas : Intersections

Contents

Intersections determine the Cartesian Coordinate of the intersection of any two Segments.

Methodology

Many of these have been boiled down to closed formulas for maximum efficiency, each of which is explained in the Child Pages.

In the cases where none exist or this has not been done, there is a base case means by which this is done. This involves iterations along both segments in an attempt to converge on the intersection within a specified tolerance.

This has not yet been incorporated. Mark Thomas finish this implementation.

Child Pages