| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: end1-x end1-y end2-x end2-y box-left box-top box-right box-bottom
Returns whether a line segment intersects a box.
The first four arguments are real numbers that specify the coordinates
of the endpoints of the line segment. The remaining four arguments are
real numbers that specify the sides of a box. If the objects intersect
then true is returned, and otherwise nil
is
returned.
See also line-segment-intersects-box-p.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |