1. 16701be Strong mode and linter clean-up for ray by Alexey Knyazev · 7 years ago
  2. c83e589 Strong mode and linter clean-up for quaternion by Alexey Knyazev · 7 years ago
  3. 73c5c23 Strong mode and linter clean-up for quad by Alexey Knyazev · 7 years ago
  4. 710080e Strong mode and linter clean-up for plane by Alexey Knyazev · 7 years ago
  5. d5bf491 Strong mode and linter clean-up for matrix4 by Alexey Knyazev · 7 years ago
  6. 0a7c277 Strong mode and linter clean-up for utilities by Alexey Knyazev · 7 years ago
  7. 16d9849 Strong mode and linter clean-up for opengl by Alexey Knyazev · 7 years ago
  8. 9d2f3ca Strong mode and linter clean-up for obb3 by Alexey Knyazev · 7 years ago
  9. 0f7bc27 Strong mode and linter clean-up for matrix3 by Alexey Knyazev · 7 years ago
  10. af7ddde Strong mode and linter clean-up for matrix2 by Alexey Knyazev · 7 years ago
  11. afa76ad Strong mode and linter clean-up for frustum by Alexey Knyazev · 7 years ago
  12. 7428139 Strong mode and linter clean-up for error_helpers by Alexey Knyazev · 7 years ago
  13. 7ccdc51 Strong mode and linter clean-up for colors by Alexey Knyazev · 7 years ago
  14. 94fc24a Strong mode and linter clean-up for Aabb2,Aabb3 by Alexey Knyazev · 7 years ago
  15. 0124155 Strong mode and linter clean-up for noise by Alexey Knyazev · 7 years ago
  16. 3ee974a Strong mode and linter clean-up for vector_math_lists by Alexey Knyazev · 7 years ago
  17. 3586ed5 Strong mode and linter clean-up for vector_math_operations and hash by Alexey Knyazev · 7 years ago
  18. b4770d5 Strong mode and linter clean-up for vector_math_geometry by Alexey Knyazev · 7 years ago
  19. cefa7ab Strong mode and linter clean-up for generate_vector_math_64 by Alexey Knyazev · 7 years ago
  20. a1b8a37 Strong mode and linter clean-up for matrix_bench by Alexey Knyazev · 7 years ago
  21. 57879ca Strong mode and linter clean-up for mesh_generator by Alexey Knyazev · 7 years ago
  22. 0930a2d Bump version to 2.0.5-dev by John McCutchan · 7 years ago
  23. a8eccf6 Release v2.0.4 by John McCutchan · 7 years ago
  24. 91d1126 Merge pull request #178 from lexaknyazev/perspective-matrices by John McCutchan · 7 years ago
  25. a9250d1 Merge pull request #180 from lexaknyazev/noise-strong-mode by John McCutchan · 7 years ago
  26. ba98351 make noise generator strong-mode clean by Alexey Knyazev · 7 years ago
  27. fa7cc44 update 64-bit version by Alexey Knyazev · 7 years ago
  28. 06b8cbf add infinite projection matrix by lexaknyazev · 8 years ago
  29. 77321a2 speedup perspective matrix by lexaknyazev · 8 years ago
  30. 7c19fe0 Merge pull request #172 from hermanbergwerf/master by John McCutchan · 8 years ago
  31. 3528515 Add Vector*.random constructor by Herman Bergwerf · 8 years ago
  32. 598585f Merge pull request #175 from Fox32/feature/fix-tohexstring by John McCutchan · 8 years ago
  33. 85cf396 Update vector_math_64. Also contains changes from the previous commits by Oliver Sand · 8 years ago
  34. 9834b62 Fix toHexString output by padding with leading zeros. In addition a short mode is introduced that output the the three digits as used in CSS (like #ff0). by Oliver Sand · 8 years ago
  35. d2a7ed1 Merge pull request #165 from Fox32/master by John McCutchan · 8 years ago
  36. 8d597f6 Merge branch 'master' of https://github.com/johnmccutchan/vector_math by Oliver Sand · 8 years ago
  37. 6d68397 Add some matrix classifiers by John McCutchan · 8 years ago
  38. 66fd019 Bump version to 2.0.4-dev by John McCutchan · 8 years ago
  39. fdf0746 Release 2.0.3 by John McCutchan · 8 years ago
  40. 36e7499 Bump version to 2.0.3-dev by John McCutchan · 8 years ago
  41. 0a4b896 Release v2.0.2 by John McCutchan · 8 years ago
  42. 369422c Add Matrix4.leftTranslate and test by John McCutchan · 8 years ago
  43. b76b065 Update changelog by Oliver Sand · 8 years ago
  44. 0fd3df1 Generate vector_math_64 by Oliver Sand · 8 years ago
  45. 9daa8f1 Implement Vector2 angleTo and angleToSigned by Oliver Sand · 8 years ago
  46. ee604b0 Update pubspec.yaml by John McCutchan · 8 years ago
  47. 0b8293d Update vector_math_64 by John McCutchan · 8 years ago
  48. 56322f4 Bump version to 2.0.1 by John McCutchan · 8 years ago
  49. cb8e921 Add Matrix4.SkewX, Matrix4.SkewY, and Matrix4.Skew constructors by John McCutchan · 8 years ago
  50. d795f65 Bump version to 2.0.1-dev by John McCutchan · 8 years ago
  51. c9b9d09 Release v2.0.0 by John McCutchan · 8 years ago
  52. 5f580dd Remove dependency on quiver package by John McCutchan · 8 years ago
  53. 71f007e Merge pull request #161 from Fox32/feature/remove-call-chaining by John McCutchan · 8 years ago
  54. 79788e9 Fix some lints by Oliver Sand · 8 years ago
  55. 85e100c Update readme by Oliver Sand · 8 years ago
  56. d60d07b Run dart format by Oliver Sand · 8 years ago
  57. e3d657c Remove call chaining. by Oliver Sand · 9 years ago
  58. 6b2d4c8 Bump version to 1.4.8-dev by John McCutchan · 8 years ago
  59. c84c5b5 Release 1.4.7 by John McCutchan · 8 years ago
  60. 52ab3ab Fix ArgumentError usage by John McCutchan · 8 years ago
  61. 0ab54e3 Merge pull request #149 from davidharmon/master by John McCutchan · 8 years ago
  62. 6e258bc Bump to 1.4.7-dev by John McCutchan · 8 years ago
  63. 70127bf Release vector_math 1.4.6 by John McCutchan · 8 years ago
  64. 4ee0006 Run dartfmt by John McCutchan · 8 years ago
  65. adbfe0c Add MatrixX.fromList constructors by John McCutchan · 8 years ago
  66. 2f2e3a4 Bump to 1.4.6-dev by John McCutchan · 8 years ago
  67. a0f9558 Formatting by John McCutchan · 8 years ago
  68. 9d5f803 Add Matrix4.inverted constructor by John McCutchan · 8 years ago
  69. 35096a7 Update to latest dev version and updated changelog.md by John McCutchan · 8 years ago
  70. 170b9c6 Remove note about using git as a pub dependency by John McCutchan · 8 years ago
  71. 5f09ce7 Bump version to 1.4.4 by John McCutchan · 8 years ago
  72. 4309903 Merge pull request #156 from ArgentiApparatus/patch-1 by John McCutchan · 8 years ago
  73. 6f94130 Update README.md by Gary Smith · 8 years ago
  74. 3f32652 Merge pull request #150 from google/dartfmt_tweaks by John McCutchan · 9 years ago
  75. fa143da skip dartfmt check on travis – until 1.12 is stable by Kevin Moore · 9 years ago
  76. a7210fd format with the latest dartfmt by Kevin Moore · 9 years ago
  77. ec90e32 ignore .packages by Kevin Moore · 9 years ago
  78. 8c3cd1b Added factory constructor and method to construct a Quaternion from two vectors, i.e., to represent the rotation from one vector to the other. by David Harmon · 9 years ago
  79. 7d7f9ee When extracting an axis from a quaternion representation of a rotation, we need to take the square root of the scaling factor denominator. Otherwise a different vector will be returned than with which it was created (for non-PI rotations). by David Harmon · 9 years ago
  80. aed03a2 Merge pull request #148 from Fox32/feature/matrix-equals by John McCutchan · 9 years ago
  81. dc4916a Also implement hashCode for classes that implement an equals operator (+3 squashed commit) by Oliver Sand · 9 years ago
  82. 77cb508 Fix vectorX == operator. 5 == new Vector2.zero() wouldn't return false, but would crash without this change. by Oliver Sand · 9 years ago
  83. 6591558 Merge pull request #142 from google/readme_badges by John McCutchan · 9 years ago
  84. 5d18953 fixes to pubspec by Kevin Moore · 9 years ago
  85. 96c205f update README badges for Travis and Coveralls by Kevin Moore · 9 years ago
  86. cc3b66d Fix typo in changelog by Oliver Sand · 9 years ago
  87. 8ce2764 Merge pull request #140 from google/travis by John McCutchan · 9 years ago
  88. c28566a add travis support by Kevin Moore · 9 years ago
  89. a93a96b code format by Kevin Moore · 9 years ago
  90. 3ad968c Merge pull request #138 from kevmoo/remove_hop by John McCutchan · 9 years ago
  91. 3dc3be3 removing hop by Kevin Moore · 9 years ago
  92. 2f34a6b Merge pull request #139 from kevmoo/third_party by John McCutchan · 9 years ago
  93. 12b38b1 put third-party code in its own directory by Kevin Moore · 9 years ago
  94. af060b3 Merge pull request #137 from ceronman/aabb2-test-fix by John McCutchan · 9 years ago
  95. 46f4928 Merge pull request #135 from ceronman/readme-fix by John McCutchan · 9 years ago
  96. 4738f28 Small fixes in the Aabb2 tests. by Manuel Ceron · 9 years ago
  97. 231cf62 Tiny readme fix. Updated how to run unit tests. by Manuel Ceron · 9 years ago
  98. 8b1415f Merge pull request #134 from Fox32/feature/float32_list_view by John McCutchan · 9 years ago
  99. fc948ba #81 Implement a view for Float32List that allows to specify a stride and an offset. by Oliver Sand · 9 years ago
  100. 0155dc3 Merge pull request #131 from kevmoo/unique_storage by John McCutchan · 9 years ago