dmah42 / dart-box2d

Box2D for Dart
http://dart-lang.github.io/dart-box2d/
34 stars 5 forks source link

Port to vector_math #13

Closed dmah42 closed 11 years ago

dmah42 commented 11 years ago

Dartbox2d on github should use the vector_math directly from: https://github.com/johnmccutchan/vector_math

And the version on pub should use the vector_math version on pub.

Vector2, Vector3, Matrix22, Matrix33, and AxisAlignedBox should all be replaced.