rl_ball_sym 5.0.0

rl_ball_sym is a Rust implementation of Rocket League's ball physics
Documentation
1
2
3
4
5
6
7
8
9
10
//! A collection of all the tools required to simulate the Rocket League ball inside it's field.

pub mod ball;
mod bvh;
pub mod field;
pub mod game;
mod geometry;
pub mod mesh;
mod morton;
mod tri_bvh;