replace GetNearestPoint... funtions

This commit is contained in:
UbitUmarov
2015-12-15 17:13:32 +00:00
parent 9db987b6f9
commit c7b963df8f
3 changed files with 194 additions and 21 deletions

View File

@@ -64,6 +64,10 @@ namespace OpenSim.Framework
// a estimation of a parcel center.
Vector2 CenterPoint { get; }
// get positions
Vector2? GetNearestPoint(Vector3 pos);
Vector2? GetNearestPointAlongDirection(Vector3 pos, Vector3 pdirection);
bool ContainsPoint(int x, int y);
ILandObject Copy();