public bool IsPassed(Vector3 pos)
 {
     return(position.z >= pos.z || Math_F.ApproximateNumber(position.z, pos.z, 0.001f));
 }