_rat_sweep.c
上传用户:gzelex
上传日期:2007-01-07
资源大小:707k
文件大小:1k
开发平台:

MultiPlatform

  1. /*******************************************************************************
  2. +
  3. +  LEDA-R  3.2.3
  4. +
  5. +  _rat_sweep.c
  6. +
  7. +  Copyright (c) 1995  by  Max-Planck-Institut fuer Informatik
  8. +  Im Stadtwald, 66123 Saarbruecken, Germany     
  9. +  All rights reserved.
  10. *******************************************************************************/
  11. #include <LEDA/rat_point.h>
  12. #include <LEDA/rat_segment.h>
  13. typedef rat_point   POINT;
  14. typedef rat_segment SEGMENT;
  15. typedef integer     numtype;
  16. #include "_sweep_segments.c"