Exemple #1
0
 bool too_far(Vector3 diff)
 {
     return(GameDad.realvector_to_spacevector(diff).magnitude > 4);
 }