| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: position center-position radius
Returns whether position is inside the circle that is defined by center-position and radius. position should be a position instance (as created with make-position), center-position should be a position that specifies the center of the circle, and radius should be a positive integer that specifies the radius.
This function is used internally by circular hotspot
s (see hotspot-region), but can be used by itself if
desired.
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 |