1. c3d548a Release 2.0.7 by John McCutchan · 6 years ago 2.0.7
  2. b6561d9 Merge pull request #188 from SebastianPFernandez/combine-index-bug-patch by John McCutchan · 6 years ago
  3. 10fcd15 Fixed indexing bug in MeshGeometry.combine by SebastianPFernandez · 6 years ago
  4. 88218c4 Bump version to 2.0.7-dev by John McCutchan · 6 years ago
  5. 4ea1825 Prepare release 2.0.6 by John McCutchan · 6 years ago
  6. c3c8119 Merge pull request #187 from jacob314/try_invert_matrix by John McCutchan · 6 years ago
  7. e33d8d7 Add Matrix4.tryInvert static method to support attempting to invert a matrix without throwing an by Jacob Richman · 6 years ago
  8. 3027ae9 Update changelog.md by John McCutchan · 6 years ago
  9. c28da8b Update README.md by John McCutchan · 6 years ago
  10. 3c284ca Merge pull request #186 from jackd/master by John McCutchan · 6 years ago
  11. a317130 fixed angleTo implementation, added tests by Dominic Jack · 6 years ago
  12. be47563 Merge pull request #183 from lexaknyazev/tweaks by John McCutchan · 7 years ago
  13. c663cc2 Fix examples in README.md to use cascade by Alexey Knyazev · 7 years ago
  14. 45deb8a Use null-aware assignment, fix MeshGeometry.copy for indexed meshes. by Alexey Knyazev · 7 years ago
  15. fdb4f0e Don't explicitly initialize optional parameters to null by Alexey Knyazev · 7 years ago
  16. f824e45 Use null-aware operators in vector_math by Alexey Knyazev · 7 years ago
  17. ded5173 Bump version to 2.0.6-dev by John McCutchan · 7 years ago
  18. 8585e1f Release v2.0.5 by John McCutchan · 7 years ago 2.0.5
  19. 6c0460b Merge pull request #182 from lexaknyazev/strong-mode by John McCutchan · 7 years ago
  20. 808300b Remove unneeded linter comments by Alexey Knyazev · 7 years ago
  21. 1670aff Remove lints from analysis_options, fix strong-mode for tests, by Alexey Knyazev · 7 years ago
  22. c4d8f5d Consistently use lower-case library import aliases by Alexey Knyazev · 7 years ago
  23. 8ee5f88 Fix typo by Alexey Knyazev · 7 years ago
  24. cb053f5 Add analysis_options by Alexey Knyazev · 7 years ago
  25. 24318e2 Bring back accidentally removed line by Alexey Knyazev · 7 years ago
  26. c13e305 Ensure dartfmt by Alexey Knyazev · 7 years ago
  27. 0b85947 Strong mode and linter clean-up for vector_math_64 by Alexey Knyazev · 7 years ago
  28. 355b3d3 Strong mode and linter clean-up for vector_math by Alexey Knyazev · 7 years ago
  29. b1333c3 Strong mode and linter clean-up for vector4 by Alexey Knyazev · 7 years ago
  30. 133f583 Strong mode and linter clean-up for vector3 by Alexey Knyazev · 7 years ago
  31. c5ef33b Strong mode and linter clean-up for vector2 by Alexey Knyazev · 7 years ago
  32. 07b05ba Strong mode and linter clean-up for vector by Alexey Knyazev · 7 years ago
  33. a598980 Strong mode and linter clean-up for sphere by Alexey Knyazev · 7 years ago
  34. 973b232 Strong mode and linter clean-up for triangle by Alexey Knyazev · 7 years ago
  35. 16701be Strong mode and linter clean-up for ray by Alexey Knyazev · 7 years ago
  36. c83e589 Strong mode and linter clean-up for quaternion by Alexey Knyazev · 7 years ago
  37. 73c5c23 Strong mode and linter clean-up for quad by Alexey Knyazev · 7 years ago
  38. 710080e Strong mode and linter clean-up for plane by Alexey Knyazev · 7 years ago
  39. d5bf491 Strong mode and linter clean-up for matrix4 by Alexey Knyazev · 7 years ago
  40. 0a7c277 Strong mode and linter clean-up for utilities by Alexey Knyazev · 7 years ago
  41. 16d9849 Strong mode and linter clean-up for opengl by Alexey Knyazev · 7 years ago
  42. 9d2f3ca Strong mode and linter clean-up for obb3 by Alexey Knyazev · 7 years ago
  43. 0f7bc27 Strong mode and linter clean-up for matrix3 by Alexey Knyazev · 7 years ago
  44. af7ddde Strong mode and linter clean-up for matrix2 by Alexey Knyazev · 7 years ago
  45. afa76ad Strong mode and linter clean-up for frustum by Alexey Knyazev · 7 years ago
  46. 7428139 Strong mode and linter clean-up for error_helpers by Alexey Knyazev · 7 years ago
  47. 7ccdc51 Strong mode and linter clean-up for colors by Alexey Knyazev · 7 years ago
  48. 94fc24a Strong mode and linter clean-up for Aabb2,Aabb3 by Alexey Knyazev · 7 years ago
  49. 0124155 Strong mode and linter clean-up for noise by Alexey Knyazev · 7 years ago
  50. 3ee974a Strong mode and linter clean-up for vector_math_lists by Alexey Knyazev · 7 years ago
  51. 3586ed5 Strong mode and linter clean-up for vector_math_operations and hash by Alexey Knyazev · 7 years ago
  52. b4770d5 Strong mode and linter clean-up for vector_math_geometry by Alexey Knyazev · 7 years ago
  53. cefa7ab Strong mode and linter clean-up for generate_vector_math_64 by Alexey Knyazev · 7 years ago
  54. a1b8a37 Strong mode and linter clean-up for matrix_bench by Alexey Knyazev · 7 years ago
  55. 57879ca Strong mode and linter clean-up for mesh_generator by Alexey Knyazev · 7 years ago
  56. 0930a2d Bump version to 2.0.5-dev by John McCutchan · 7 years ago
  57. a8eccf6 Release v2.0.4 by John McCutchan · 7 years ago
  58. 91d1126 Merge pull request #178 from lexaknyazev/perspective-matrices by John McCutchan · 8 years ago
  59. a9250d1 Merge pull request #180 from lexaknyazev/noise-strong-mode by John McCutchan · 8 years ago
  60. ba98351 make noise generator strong-mode clean by Alexey Knyazev · 8 years ago
  61. fa7cc44 update 64-bit version by Alexey Knyazev · 8 years ago
  62. 06b8cbf add infinite projection matrix by lexaknyazev · 8 years ago
  63. 77321a2 speedup perspective matrix by lexaknyazev · 8 years ago
  64. 7c19fe0 Merge pull request #172 from hermanbergwerf/master by John McCutchan · 8 years ago
  65. 3528515 Add Vector*.random constructor by Herman Bergwerf · 8 years ago
  66. 598585f Merge pull request #175 from Fox32/feature/fix-tohexstring by John McCutchan · 8 years ago
  67. 85cf396 Update vector_math_64. Also contains changes from the previous commits by Oliver Sand · 8 years ago
  68. 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
  69. d2a7ed1 Merge pull request #165 from Fox32/master by John McCutchan · 8 years ago
  70. 8d597f6 Merge branch 'master' of https://github.com/johnmccutchan/vector_math by Oliver Sand · 8 years ago
  71. 6d68397 Add some matrix classifiers by John McCutchan · 8 years ago
  72. 66fd019 Bump version to 2.0.4-dev by John McCutchan · 8 years ago
  73. fdf0746 Release 2.0.3 by John McCutchan · 8 years ago
  74. 36e7499 Bump version to 2.0.3-dev by John McCutchan · 8 years ago
  75. 0a4b896 Release v2.0.2 by John McCutchan · 8 years ago
  76. 369422c Add Matrix4.leftTranslate and test by John McCutchan · 8 years ago
  77. b76b065 Update changelog by Oliver Sand · 8 years ago
  78. 0fd3df1 Generate vector_math_64 by Oliver Sand · 8 years ago
  79. 9daa8f1 Implement Vector2 angleTo and angleToSigned by Oliver Sand · 8 years ago
  80. ee604b0 Update pubspec.yaml by John McCutchan · 8 years ago
  81. 0b8293d Update vector_math_64 by John McCutchan · 8 years ago
  82. 56322f4 Bump version to 2.0.1 by John McCutchan · 8 years ago
  83. cb8e921 Add Matrix4.SkewX, Matrix4.SkewY, and Matrix4.Skew constructors by John McCutchan · 8 years ago
  84. d795f65 Bump version to 2.0.1-dev by John McCutchan · 8 years ago
  85. c9b9d09 Release v2.0.0 by John McCutchan · 8 years ago
  86. 5f580dd Remove dependency on quiver package by John McCutchan · 8 years ago
  87. 71f007e Merge pull request #161 from Fox32/feature/remove-call-chaining by John McCutchan · 8 years ago
  88. 79788e9 Fix some lints by Oliver Sand · 8 years ago
  89. 85e100c Update readme by Oliver Sand · 8 years ago
  90. d60d07b Run dart format by Oliver Sand · 8 years ago
  91. e3d657c Remove call chaining. by Oliver Sand · 9 years ago
  92. 6b2d4c8 Bump version to 1.4.8-dev by John McCutchan · 8 years ago
  93. c84c5b5 Release 1.4.7 by John McCutchan · 8 years ago
  94. 52ab3ab Fix ArgumentError usage by John McCutchan · 8 years ago
  95. 0ab54e3 Merge pull request #149 from davidharmon/master by John McCutchan · 8 years ago
  96. 6e258bc Bump to 1.4.7-dev by John McCutchan · 8 years ago
  97. 70127bf Release vector_math 1.4.6 by John McCutchan · 8 years ago
  98. 4ee0006 Run dartfmt by John McCutchan · 8 years ago
  99. adbfe0c Add MatrixX.fromList constructors by John McCutchan · 8 years ago
  100. 2f2e3a4 Bump to 1.4.6-dev by John McCutchan · 8 years ago