public Vector3 GetClosestPoint(Vector3 point)
 {
     return(BoxMath.CalcBoxPtClosestToPt(point, _center, _size, _rotation));
 }