1. f110282 Fix angleBetween sometimes returning NaN even for normalized vectors by Oliver Sand · 9 years ago
  2. e95fcac Avoid creating new vector instances in distanceTo and distanceToSquared by Oliver Sand · 9 years ago
  3. 4e0f621 Add methods to calculate the unsigned and signed angle between two vectors by Oliver Sand · 9 years ago
  4. 53d20b8 Vector list doc comments by Oliver Sand · 9 years ago
  5. 6a014b4 Regenerate vector_math 64 by Oliver Sand · 9 years ago
  6. e55e67c #88 Fix VectorX.normalizeLength by Oliver Sand · 9 years ago
  7. c87e12f Merge pull request #69 from kotofurumiya/fix/rotation-y-direction by John McCutchan · 9 years ago
  8. 8cfe700 Merge pull request #89 from brason/cleanup by John McCutchan · 9 years ago
  9. 81f993f Merge pull request #90 from brason/remove_braces by John McCutchan · 9 years ago
  10. 9677b31 Use ; instead of {} for empty constructor bodies by brason · 9 years ago
  11. 886c992 Remove unneeded null assignments by brason · 9 years ago
  12. 91b7e00 Remove unneeded use of dynamic by brason · 9 years ago
  13. 72571e1 Merge pull request #86 from kevmoo/tweaks by John McCutchan · 9 years ago
  14. 95fea58 tweaks to noise by Kevin Moore · 9 years ago
  15. fc1185c updates to README by Kevin Moore · 9 years ago
  16. a13436b use unittest beta by Kevin Moore · 9 years ago
  17. 6d394f5 file renaming by Kevin Moore · 9 years ago
  18. 501877e Create mini-libs for each set of tests by Kevin Moore · 9 years ago
  19. efd6b9d Sync'ed with upstream. by Everton Marques · 9 years ago
  20. 2ab3c00 Merge pull request #84 from kevmoo/unused by John McCutchan · 9 years ago
  21. ce47a04 formatted by Kevin Moore · 9 years ago
  22. c0a6157 ignore .pub directory by Kevin Moore · 9 years ago
  23. c8c6e73 remove unused fields by Kevin Moore · 9 years ago
  24. abf6534 OpenGL changes: by Everton Marques · 9 years ago
  25. 888f82f Merge pull request #73 from Fox32/feature/cleanup-frustum by John McCutchan · 10 years ago
  26. 5ee018f Merge pull request #65 from kevmoo/master by John McCutchan · 10 years ago
  27. 57e1ef0 Removed docgen task: dartdocs.org does a great job by Kevin Moore · 10 years ago
  28. 5045c52 Updated vector_math_64 by Kevin Moore · 10 years ago
  29. 855cdf8 analyze all libraries by Kevin Moore · 10 years ago
  30. c99ed41 Updated dependencies by Kevin Moore · 10 years ago
  31. a6d14e8 Cleanup Frustum: by Oliver Sand · 10 years ago
  32. ce13135 Merge pull request #71 from Fox32/feature/cleanup-constants by John McCutchan · 10 years ago
  33. b229dc2 super is not a const constructor by Oliver Sand · 10 years ago
  34. e824e34 Fix some minor warnings by Oliver Sand · 10 years ago
  35. ad2fb1c Fix warning about compilation to js by Oliver Sand · 10 years ago
  36. b2bb5df Move matrix_bench to benchmark folder by Oliver Sand · 10 years ago
  37. 8a826df Fix hop runner for now by Oliver Sand · 10 years ago
  38. 16f4929 Rename constants to UPPER_CASE_WITH_UNDERSCORES by Oliver Sand · 10 years ago
  39. 4cfaa8c Fix clockwise rotations in rotateY() and setRotationY(). by Koto Furumiya · 10 years ago
  40. cd4d7af Merge pull request #64 from kevmoo/master by Kevin Moore · 10 years ago
  41. 9c2b0e7 Generalize Vector impl by Kevin Moore · 10 years ago
  42. c89141f cleanup in console_test_harness by Kevin Moore · 10 years ago
  43. 0794336 Fixed analyzer warnings by Kevin Moore · 10 years ago
  44. 9c7b52d fixes for checked mode by Kevin Moore · 10 years ago
  45. a9e2c80 bumped pubspec version to dev by Kevin Moore · 10 years ago
  46. 082fe96 Merge pull request #62 from udhos/master by John McCutchan · 10 years ago
  47. 9be1fcd setRotationMatrix(): expand comments and add test case. by Everton Marques · 10 years ago
  48. 5490c9a Add setRotationMatrix(). by Everton Marques · 10 years ago
  49. e110ea0 Merge pull request #60 from johnmccutchan/better_noise by Brandon Jones · 10 years ago
  50. 238ccea Updated noise library, used code from Andrew Magill by Brandon Jones · 10 years ago
  51. 31fe37a Release 1.4.3 on pub by John McCutchan · 10 years ago 1.4.3
  52. db1451b Merge pull request #58 from financeCoding/changelog_nit by John McCutchan · 10 years ago
  53. 9cb3e98 rename changelog from txt to markdown by Adam Singer · 10 years ago
  54. 4ad4f8d Merge pull request #54 from Fox32/master by John McCutchan · 10 years ago
  55. ad8ecf0 Rename AabbN.minmax constructor to AabbN.minMax to match the Dart style guide (and the style of the rest of the library) by Oliver Sand · 10 years ago
  56. 828708c Add more examples to the readme by Oliver Sand · 10 years ago
  57. 91b055f Change the sample in the readme to reflect the changes from the last commit by Oliver Sand · 10 years ago
  58. d3f5d50 Rename VectorN.splatter constructor to VectorN.all by Oliver Sand · 10 years ago
  59. 88df23e Generate a new version of vector_math_64 including the color changes by Oliver Sand · 10 years ago
  60. 8410965 Fix the vector list test. by Oliver Sand · 10 years ago
  61. 232154b Merge branch 'master' of https://github.com/johnmccutchan/vector_math by Oliver Sand · 10 years ago
  62. 7ef3620 Merge pull request #55 from Fox32/color by John McCutchan · 10 years ago
  63. ddc9518 Fix a bug in hslToRgb code Improve tests of hsl and hsv conversations by Oliver Sand · 10 years ago
  64. 0cbf63d Improve tests to check if the input vector can be the same instance as the output vector by Oliver Sand · 10 years ago
  65. dcaa664 Fix a typo by Oliver Sand · 10 years ago
  66. 29f3726 Add support for alpha in hex strings Fix tabs/spaces by Oliver Sand · 10 years ago
  67. e91586b Ensure that it is possible to use the same vector for both in and output in the methods by writing to the output vector after all inputs were read. by Oliver Sand · 10 years ago
  68. 08e6d96 Add hsv <=> rgb and hsl <=> rgb conversation by Oliver Sand · 10 years ago
  69. e1d5099 Add bunch of known colors for easy prototyping. As constant or readonly vectors are not possible, we need return a new constant every time it is accessed. The user needs to take care of this! by Oliver Sand · 10 years ago
  70. 3cf24b9 Rename method to match dart style guide by Oliver Sand · 10 years ago
  71. d801be9 Add linear <=> gamma color space conversation by Oliver Sand · 10 years ago
  72. a095abb Add alphaBlend function by Oliver Sand · 10 years ago
  73. 2605591 Implement hex color parsing and formatting by Oliver Sand · 10 years ago
  74. ed8c4b7 Add fromRGBA by Oliver Sand · 10 years ago
  75. a51fdfb Setup basic skeleton for color related functions Add toGrayscale by Oliver Sand · 10 years ago
  76. ff68078 Fix typo by Oliver Sand · 10 years ago
  77. 349577c Deprecate the sqrtOneHalf constant as dart:math comes with the same constant by Oliver Sand · 10 years ago
  78. e1bd2a6 Generate new version of vector_math_64 by Oliver Sand · 10 years ago
  79. af3b011 Added splatter constructor to vector classes as suggested in #47 by Oliver Sand · 10 years ago
  80. 508afc7 Add calculateCorners method to Frustum class to retrieve the corners of a Frustum by Oliver Sand · 10 years ago
  81. 2b0446d Add method to find the intersection point between 3 planes by Oliver Sand · 10 years ago
  82. 0ee3530 Add a scaledAdd function to all vectors that add a value after it was scaled by a factor by Oliver Sand · 10 years ago
  83. 29e3f07 Add a tool to automaticly generate the vector_math_64 library out of the vector_math source. by Oliver Sand · 10 years ago
  84. 5693897 Add more vector constuctor tests by Oliver Sand · 10 years ago
  85. ee17ca9 Add mix function like the GLSL mix function for double, Vector2, Vector3 and Vector4 by Oliver Sand · 10 years ago
  86. 250d0cc Fix a failing test by Oliver Sand · 10 years ago
  87. 9fac4fc Improve readme Improve changelog by Oliver Sand · 10 years ago
  88. 5c20667 Add my self to AUTHORS.txt by Oliver Sand · 10 years ago
  89. 2aeb803 Merge pull request #52 from kevmoo/master by John McCutchan · 10 years ago
  90. 6a21ef0 formatting by Kevin Moore · 10 years ago
  91. 76f9aa0 fix readme file by Kevin Moore · 10 years ago
  92. 5732a52 Merge pull request #51 from kevmoo/master by John McCutchan · 10 years ago
  93. 6837d31 prep fer v 1.4.2+1 by Kevin Moore · 10 years ago
  94. 5c52e60 Merge pull request #50 from kevmoo/master by John McCutchan · 10 years ago
  95. 2074193 formatter by Kevin Moore · 10 years ago
  96. 0b18edb hop runner cleanup by Kevin Moore · 10 years ago
  97. c329d37 trivial analyzer clean-up by Kevin Moore · 10 years ago
  98. 892bd9b v. 1.4.2 by John McCutchan · 10 years ago
  99. 6931c37 Update vector_math_64 library by John McCutchan · 10 years ago
  100. f76b4ff Merge pull request #48 from johnmccutchan/simplex_noise by John McCutchan · 10 years ago