diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/ILandObject.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Framework/ILandObject.cs b/OpenSim/Framework/ILandObject.cs index 7a50c2a..af072fe 100644 --- a/OpenSim/Framework/ILandObject.cs +++ b/OpenSim/Framework/ILandObject.cs | |||
@@ -64,6 +64,10 @@ namespace OpenSim.Framework | |||
64 | // a estimation of a parcel center. | 64 | // a estimation of a parcel center. |
65 | Vector2 CenterPoint { get; } | 65 | Vector2 CenterPoint { get; } |
66 | 66 | ||
67 | // get positions | ||
68 | Vector2? GetNearestPoint(Vector3 pos); | ||
69 | Vector2? GetNearestPointAlongDirection(Vector3 pos, Vector3 pdirection); | ||
70 | |||
67 | bool ContainsPoint(int x, int y); | 71 | bool ContainsPoint(int x, int y); |
68 | 72 | ||
69 | ILandObject Copy(); | 73 | ILandObject Copy(); |