GEOisAngleBetween |
Top Previous Next |
Test on contained being. With this routine it is checked whether the corner test lies between the corners start and. The corners are given in curve measure, 2Pi 360 are °. Parametre start (stands in) [IN] Start corner (stands in) [IN] Final corner. test (stands in) [IN] If the corner test lies between start and, it is delivered TRUE. Result (BOOLEAN) [OUT] TRUE, the corner lies in between, but FALSE. Declaration #include "basic.h"
BOOLEAN DLLENTRY GEOisAngleBetween ( stand in start, stand in, stand in test );
|