From 5a886b76d1b009de32bef6ba7442976306494533 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 18 Sep 2023 14:57:01 -0700 Subject: [PATCH] comment about processed_time --- src/body.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/body.rs b/src/body.rs index 38047d3f..7ac03134 100644 --- a/src/body.rs +++ b/src/body.rs @@ -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 {