CodeBase - LineIntersect() and Parallel()

Return to the CodeBase listing

Category: Math / Physics

Version: 1.0

0
0

Information

Uploaded: 7th Feb 2005 15:27

Modified: 1st Jan 1970 01:00

Author:  mathkid

Summary

LineIntersect() - Analytic geometry function that calculates the intersection point of two lines given a starting point and an x- and y-component of the slope for each line. Parallel() - Determines whether two lines are parallel.

Full Description

Analytic geometry function that calculates the intersection point of two lines given a starting point and an x- and y-component of the slope for each line. The additional Parallel function at the bottom is used to determine whether the two lines are parallel and have no intersection point.

Comments

No comments yet.