comment about processed_time

This commit is contained in:
Quaternions 2023-09-18 14:57:01 -07:00
parent f1e26cb07a
commit 5a886b76d1

View File

@ -20,6 +20,8 @@ pub struct Body {
velocity: glam::Vec3,//I64 where 2^32 = 1 u/s
acceleration: glam::Vec3,//I64 where 2^32 = 1 u/s/s
time: TIME,//nanoseconds x xxxxD!
//origin_time = timestamp of position and velocity
//processed_time = starting time for new events. prevents colliding with the analytic euqation in the past
}
pub enum MoveRestriction {