mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-21 01:39:32 +00:00
Removing region directives
This commit is contained in:
@@ -88,8 +88,6 @@ namespace MonoGame.Extended
|
||||
return new BoundingFrustum(viewMatrix * GetProjectionMatrix(viewMatrix));
|
||||
}
|
||||
|
||||
#region Contains overloads
|
||||
|
||||
public bool Contains(Point point)
|
||||
{
|
||||
return GetBoundingFrustum().Contains(new Vector3(point.X, point.Y, 0)) != ContainmentType.Disjoint;
|
||||
@@ -104,7 +102,5 @@ namespace MonoGame.Extended
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user