lvec2_ops.h 905 B

12345678910111213141516171819202122232425262728293031323334
  1. // Filename: lvec2_ops.h
  2. // Created by: drose (08Mar00)
  3. //
  4. ////////////////////////////////////////////////////////////////////
  5. //
  6. // PANDA 3D SOFTWARE
  7. // Copyright (c) 2001, Disney Enterprises, Inc. All rights reserved
  8. //
  9. // All use of this software is subject to the terms of the Panda 3d
  10. // Software license. You should have received a copy of this license
  11. // along with this source code; you will also find a current copy of
  12. // the license at http://www.panda3d.org/license.txt .
  13. //
  14. // To contact the maintainers of this program write to
  15. // [email protected] .
  16. //
  17. ////////////////////////////////////////////////////////////////////
  18. #ifndef LVEC2_OPS_H
  19. #define LVEC2_OPS_H
  20. #include <math.h>
  21. #include "nearly_zero.h"
  22. #include "lvecBase2.h"
  23. #include "lpoint2.h"
  24. #include "lvector2.h"
  25. #include "fltnames.h"
  26. #include "lvec2_ops_src.h"
  27. #include "dblnames.h"
  28. #include "lvec2_ops_src.h"
  29. #endif