5 lines
131 B
Rust
Raw Normal View History

2023-09-07 15:41:15 -07:00
pub struct Body {
position: glam::I64Vec3,//2^32 = 1 u
velocity: glam::I64Vec3,//2^32 = 1 u/s
time: i64,//nanoseconds x xxxxD!
}