Home > Back-end >  Known a lot of movement of the point, the point behind the velocity and acceleration
Known a lot of movement of the point, the point behind the velocity and acceleration

Time:10-30

N X.Y.Z. known coordinates, the acceleration
For Java method
 
List List_sj=map. Get (" list1 ");//get n point
List List_sj1=new ArrayList ();//final data
Int a=0;
For (Map Map_sj: list_sj) {//decryption of an exclusive or operation
Map_sj. Put (" pos_x ", 1024 ^ Integer. The parseInt (map_sj. Get (" pos_x "). The toString ()));
Map_sj. Put (" pos_y ", 1024 ^ Integer. The parseInt (map_sj. Get (" pos_y "). The toString ()));
Map_sj. Put (" pos_z ", 1024 ^ Integer. The parseInt (map_sj. Get (" pos_z "). The toString ()));
//for speed and acceleration
If (a> 0 {

}
List_sj1. Add (map_sj);
a++;
}

CodePudding user response:

Someone!!!!!!!!!!!!!!!!!!!

CodePudding user response:

Still have time to also know when is raw, such as 1 2 o 'clock

CodePudding user response:

You'd better give a sample to come out, don't know how to calculate

CodePudding user response:

reference KeepSayingNo reply: 3/f
you'd better give a sample to come out, don't know how to calculate

Is two points in three dimensional space distance, and then according to the time calculate speed... ...

CodePudding user response:

reference KeepSayingNo reply: 3/f
you'd better give a sample to come out, don't know how to calculate

There seems to be a formula for acceleration
  • Related