_bezier_angle.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. /*! ========================================================================
  2. ** Extended Template Library
  3. ** Bezier Template Class Implementation (Angle Specialization)
  4. **
  5. ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
  6. **
  7. ** This package is free software; you can redistribute it and/or
  8. ** modify it under the terms of the GNU General Public License as
  9. ** published by the Free Software Foundation; either version 2 of
  10. ** the License, or (at your option) any later version.
  11. **
  12. ** This package is distributed in the hope that it will be useful,
  13. ** but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  15. ** General Public License for more details.
  16. **
  17. ** === N O T E S ===========================================================
  18. **
  19. ** This is an internal header file, included by other ETL headers.
  20. ** You should not attempt to use it directly.
  21. **
  22. ** ========================================================================= */
  23. #ifndef __ETL__BEZIER_ANGLE_H
  24. #define __ETL__BEZIER_ANGLE_H
  25. #include "_curve_func.h"
  26. #include "angle"
  27. _ETL_BEGIN_NAMESPACE
  28. _ETL_END_NAMESPACE
  29. #endif