1. fafb9fb Fix Quad.copy constructor not copying point3 correctly (#230) by Oliver Sand · 3 years, 5 months ago
  2. 37c5940 use latest deps (#251) by Kevin Moore · 4 years ago
  3. dbcb8ef Merge remote-tracking branch 'origin/master' into null_safety by Kevin Moore · 5 years ago
  4. e85cd3f Remove gratuitous library declarations (#218) by Kevin Moore · 5 years ago
  5. 8170e94 Merge branch 'master' into null_safety by Kevin Moore · 5 years ago
  6. d259ac3 Fix type error by Kevin Moore · 5 years ago
  7. ff7930d Enable and fix 'prefer_final_locals' by Kevin Moore · 5 years ago
  8. becb344 mostly happy by Kevin Moore · 5 years ago
  9. 7d5228c lint: prefer final locals by Kevin Moore · 5 years ago
  10. 6185feb Fix ignored pedantic lint: omit_local_variable_types by Kevin Moore · 5 years ago
  11. a9d8270 fix a number of lints (#214) by Kevin Moore · 5 years ago
  12. 1de6169 Many lints! by Kevin Moore · 6 years ago
  13. e21f631 Enable and fix pedantic lints, test analyzer on travis by Kevin Moore · 6 years ago
  14. dfba401 Get travis green, test on oldest supported SDK... (#200) by Kevin Moore · 6 years ago
  15. 501a779 Fix more Dart 2 core library constant names. (#194) by Bob Nystrom · 7 years ago
  16. 25fdb7a Remove usage of deprecated Dart 1 upper-case constants. by Lasse R.H. Nielsen · 7 years ago
  17. 10fcd15 Fixed indexing bug in MeshGeometry.combine by SebastianPFernandez · 7 years ago
  18. e33d8d7 Add Matrix4.tryInvert static method to support attempting to invert a matrix without throwing an by Jacob Richman · 7 years ago
  19. a317130 fixed angleTo implementation, added tests by Dominic Jack · 8 years ago
  20. 1670aff Remove lints from analysis_options, fix strong-mode for tests, by Alexey Knyazev · 8 years ago
  21. c4d8f5d Consistently use lower-case library import aliases by Alexey Knyazev · 8 years ago
  22. 06b8cbf add infinite projection matrix by lexaknyazev · 9 years ago
  23. 77321a2 speedup perspective matrix by lexaknyazev · 9 years ago
  24. 3528515 Add Vector*.random constructor by Herman Bergwerf · 9 years ago
  25. 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 · 9 years ago
  26. 8d597f6 Merge branch 'master' of https://github.com/johnmccutchan/vector_math by Oliver Sand · 9 years ago
  27. 6d68397 Add some matrix classifiers by John McCutchan · 9 years ago
  28. 369422c Add Matrix4.leftTranslate and test by John McCutchan · 9 years ago
  29. 9daa8f1 Implement Vector2 angleTo and angleToSigned by Oliver Sand · 9 years ago
  30. cb8e921 Add Matrix4.SkewX, Matrix4.SkewY, and Matrix4.Skew constructors by John McCutchan · 9 years ago
  31. e3d657c Remove call chaining. by Oliver Sand · 10 years ago
  32. 52ab3ab Fix ArgumentError usage by John McCutchan · 9 years ago
  33. 0ab54e3 Merge pull request #149 from davidharmon/master by John McCutchan · 9 years ago
  34. 4ee0006 Run dartfmt by John McCutchan · 9 years ago
  35. adbfe0c Add MatrixX.fromList constructors by John McCutchan · 9 years ago
  36. a0f9558 Formatting by John McCutchan · 9 years ago
  37. 9d5f803 Add Matrix4.inverted constructor by John McCutchan · 9 years ago
  38. a7210fd format with the latest dartfmt by Kevin Moore · 10 years ago
  39. 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 · 10 years ago
  40. 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 · 10 years ago
  41. dc4916a Also implement hashCode for classes that implement an equals operator (+3 squashed commit) by Oliver Sand · 10 years ago
  42. 4738f28 Small fixes in the Aabb2 tests. by Manuel Ceron · 10 years ago
  43. fc948ba #81 Implement a view for Float32List that allows to specify a stride and an offset. by Oliver Sand · 10 years ago
  44. 265a683 use test package directly by Kevin Moore · 10 years ago
  45. ad14ed0 Merge pull request #128 from Fox32/feature/vector-list by John McCutchan · 10 years ago
  46. f921414 Merge pull request #123 from Fox32/feature/add-length-setter by John McCutchan · 10 years ago
  47. e834f4f Implement vector list operations: by Oliver Sand · 10 years ago
  48. b4ca4bc Add Obb3 implementation with basic intersection tests (+1 squashed commits) by Oliver Sand · 11 years ago
  49. d2287ec Implement a length setter in vector2, vector3 and vector4 by Oliver Sand · 10 years ago
  50. c8c5fd9 Merge pull request #122 from Fox32/feature/aabb-triangle-test by John McCutchan · 10 years ago
  51. 566c657 Merge pull request #80 from ceronman/master by John McCutchan · 10 years ago
  52. 7fec1b2 Added an equals operator for the vector classes. by Manuel Ceron · 10 years ago
  53. 7e849f5 Cleanup matrix3 Same procedure as for matrix3 by Oliver Sand · 10 years ago
  54. b5563c2 Merge pull request #83 from udhos/master by John McCutchan · 10 years ago
  55. 26065c5 Merge pull request #118 from brason/feature/matrix by John McCutchan · 10 years ago
  56. ae5b66b Merge pull request #116 from Fox32/feature/cleanup-vector4 by John McCutchan · 10 years ago
  57. db022c6 Merge pull request #117 from Fox32/feature/cleanup-matrix2 by John McCutchan · 10 years ago
  58. 01e743f Add tests by brason · 10 years ago
  59. 1f2996b Sync with upstream. by Everton Marques · 10 years ago
  60. b831234 Cleanup matrix2 by Oliver Sand · 10 years ago
  61. 86d39cc Cleanup vector4 by Oliver Sand · 10 years ago
  62. 18528b5 Add intersectsWithTriangle, intersectsWithPlane, and intersectsWithQuad by Oliver Sand · 10 years ago
  63. 0526504 Format code Adapt the changes also for the latest changes by Oliver Sand · 10 years ago
  64. 5ba7601 Add missing test for new constructor by Oliver Sand · 10 years ago
  65. 02cfd67 Cleanup vector2 by Oliver Sand · 10 years ago
  66. db1d21c Merge pull request #112 from Fox32/feature/cleanup-aabb3 by John McCutchan · 10 years ago
  67. 9c89c15 Merge pull request #111 from brason/feature/vector by John McCutchan · 10 years ago
  68. 8456853 Add test_all.dart again as it's required for code coverage by Oliver Sand · 10 years ago
  69. df2e954 Add tests by brason · 10 years ago
  70. 93e44b5 Cleanup aabb by Oliver Sand · 10 years ago
  71. c199014 Remove test_all.dart, with the new test runner the file become unnecessary (is outdated anyway and drone.io build are already broken) by Oliver Sand · 10 years ago
  72. b3e6ea8 Merge pull request #100 from Fox32/feature/cleanup-frustum by John McCutchan · 10 years ago
  73. 0eb5e8e Add missing test for Frustum.intersectsWithAabb3(...) by Oliver Sand · 10 years ago
  74. c51d9bb Merge pull request #92 from Fox32/feature/fix-vector-list-stride by John McCutchan · 10 years ago
  75. 0758a69 Merge pull request #101 from Fox32/feature/add-smoothstep by John McCutchan · 10 years ago
  76. 0e75f07 Cleanup ray class by Oliver Sand · 10 years ago
  77. 8a66675 Put tests into a group by Oliver Sand · 10 years ago
  78. 1caa9bf Add a text for a corner case of vector2 list by Oliver Sand · 10 years ago
  79. 1582d9f Put vector list tests into own file by Oliver Sand · 10 years ago
  80. 239237c Merge pull request #108 from Fox32/feature/missing-headers by John McCutchan · 10 years ago
  81. c9791eb Merge pull request #98 from Fox32/feature/check-bounds by John McCutchan · 10 years ago
  82. 3f41e88 Add asserts to entry and setEntry as a out of bound without an exception would be possible. by Oliver Sand · 10 years ago
  83. f5a9ba9 Add missing headers by Oliver Sand · 10 years ago
  84. 299223b Merge pull request #105 from Fox32/feature/add-quad by John McCutchan · 10 years ago
  85. 929261a Merge pull request #104 from Fox32/feature/perspective-transform by John McCutchan · 10 years ago
  86. 1e517b8 Merge pull request #95 from Fox32/feature/vector-angle-to by John McCutchan · 10 years ago
  87. aef6297 Merge pull request #97 from Fox32/feature/copy-rotation by John McCutchan · 10 years ago
  88. ee45ed7 Merge pull request #91 from Fox32/feature/fix-normalizeLength by John McCutchan · 10 years ago
  89. 6155561 Add quad class, cleanup triangle, and add tests. by Oliver Sand · 10 years ago
  90. 57b9602 Add perspective transform to Matrix4 by Oliver Sand · 10 years ago
  91. d2f15e4 adding authors, contributing, and license by Kevin Moore · 10 years ago
  92. 9bbb86a Merge https://github.com/johnmccutchan/vector_math by Everton Marques · 10 years ago
  93. 904d2a6 Add smooth step and catmull rom interpolation funtions by Oliver Sand · 10 years ago
  94. 6c3e7d5 Add a method for copying the rotation part of a Matrix4 by Oliver Sand · 10 years ago
  95. 4e0f621 Add methods to calculate the unsigned and signed angle between two vectors by Oliver Sand · 10 years ago
  96. e55e67c #88 Fix VectorX.normalizeLength by Oliver Sand · 10 years ago
  97. 886c992 Remove unneeded null assignments by brason · 10 years ago
  98. 91b7e00 Remove unneeded use of dynamic by brason · 10 years ago
  99. a13436b use unittest beta by Kevin Moore · 10 years ago
  100. 6d394f5 file renaming by Kevin Moore · 10 years ago