/*!
This is a Rust binding to [RLUtilities], created by Sam Mish (aka chip).
RLUtilities aims to provide a way for members of the RLBot community to
contribute their ideas to a common set of tools for arithmetic, simulation, and
car controllers. Implementation notes can be found on chip's [blog].
[RLUtilities]: https://github.com/samuelpmish/RLUtilities
[blog]: https://samuelpmish.github.io/notes/RocketLeague/
*/
extern crate nalgebra as na;
pub use Ball;
pub use ;
pub use Input;
pub use euler_rotation;