Sylvain Renevey
Sylvain Renevey
Hi @jamaas, For the first error, as suggested by the compiler, you need to bring Vector3 in scope. You can do that by importing it with `use crate::Vector3;` which is...
Hi @CGMossa, I think it would be a nice addition to implement an event detection mechanism to the crate. I won't have time to work on it myself but feel...
Hi. Unfortunately I won't have time to work on this in the near future. Feel free to implement it and submit a PR.
Hi Thomas, Thanks for reaching out, it's always great to hear from people using the crate! As for your question, there's no specific reason why an immutable reference is used...
Since a "normal" type can be seen as a complex number with no imaginary part, you might be able to define the type as `type State = Vector2`. I'm not...
Thank you for reporting this, I need to look into it. If version 0.5 does integrate the problem correctly, please stick with it for now.