Database
grphprog.asc
Associated article: Graphics Programming
Tags: Database Tools
_GRAPHICS PROGRAMMING COLUMN_ by Michael Abrash [LISTING ONE] /* Returns 1 if polygon described by passed-in vertex list is monotone with respect to a vertical line, 0 otherwise. Doesn't matter if polygon is simple (non-self-intersecting) or not. Tested with Borland C++ 2 in small ...


