| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: end1 end2 box
Returns whether a line segment intersects a box.
end1 and end2
are position objects (see make-position) that specify the endpoints of a
line segment, and box is a box
object (see make-box). If the objects intersect then true is
returned, and otherwise nil
is returned.
As usual, position and box objects should contain integers. See also line-segment-intersects-box-x-y-p.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |