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

MultiPlatform

  1. /*******************************************************************************
  2. +
  3. +  LEDA-R  3.2.3
  4. +
  5. +  plane.h
  6. +
  7. +  Copyright (c) 1995  by  Max-Planck-Institut fuer Informatik
  8. +  Im Stadtwald, 66123 Saarbruecken, Germany     
  9. +  All rights reserved.
  10. *******************************************************************************/
  11. #ifndef LEDA_PLANE_H
  12. #define LEDA_PLANE_H
  13. #include <LEDA/point.h>
  14. #include <LEDA/segment.h>
  15. #include <LEDA/line.h>
  16. #include <LEDA/circle.h>
  17. #include <LEDA/polygon.h>
  18. #endif