dojoengine / origami

The magic of origami is in seeing a single piece of cairo evolve into a masterpiece through careful folds.
MIT License
32 stars 16 forks source link

[Physics-2D] Algebra - Implement velocity2 #8

Open bal7hazar opened 8 months ago

bal7hazar commented 8 months ago

https://github.com/dimforge/nphysics/blob/master/src/algebra/velocity2.rs

cpp-phoenix commented 6 months ago

I can work on it @Bal7hazar

bal7hazar commented 6 months ago

I think we miss some primitives, such as:

use na::{self, Isometry2, RealField, Rotation2, Vector, Vector1, Vector2, Vector3, U3};

So you will probably have to implement them in algebra crate, feel free to use orion if needed.

@ponderingdemocritus could you assign the issue please?

cpp-phoenix commented 6 months ago

Got it, Thanks @Bal7hazar