vec2f_test.html 938 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html>
  3. <!--
  4. Copyright 2013 The Closure Library Authors. All Rights Reserved.
  5. Use of this source code is governed by the Apache License, Version 2.0.
  6. See the COPYING file for details.
  7. ////////////////////////// NOTE ABOUT EDITING THIS FILE ///////////////////////
  8. // //
  9. // Any edits to this file must be applied to vec2d_test.html by running: //
  10. // swap_type.sh vec2f_test.html > vec2d_test.html //
  11. // //
  12. ////////////////////////// NOTE ABOUT EDITING THIS FILE ///////////////////////
  13. -->
  14. <head>
  15. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  16. <meta charset="UTF-8" />
  17. <title>Closure Unit Tests - goog.vec.vec2f</title>
  18. <script src="../base.js"></script>
  19. </head>
  20. <body>
  21. <script>
  22. goog.require('goog.vec.vec2fTest');
  23. </script>
  24. </body>