Example #1
0
 public float Distance2DFrom(Vector3 target, Vector3.Orientation orientation)
 {
     return(Location.Distance2DFrom(target, orientation));
 }
Example #2
0
 public float Distance2DFrom(NavPoint target, Vector3.Orientation orientation)
 {
     return(Location.Distance2DFrom(target.Location, orientation));
 }