The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home ![]() ![]() ![]() ![]() |
|||||||
See also: Distance, ClipBox, SegmentsIntersect | |||||||
Intersection |
|||||||
The method Intersection calculates the intersection point of the line with another one. The parameter OtherLine contains the second line, the variable parameters x and y return the coordinates of the intersection point. The function returns TRUE if the intersection point exists. If no intersection point exists (i.e. the two lines are parallels) the function returns FALSE and the parameters x and y are invalid.
|