Code smells
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace PathFinding
|
||||
{
|
||||
public interface IPlanarCollection<T> : IEnumerable<T>
|
||||
public interface IPlanarCollection<T> : IEnumerable<T> where T : IPlanarElement
|
||||
{
|
||||
T this[float x, float y] { get; set; }
|
||||
int GetLength(int dimension);
|
||||
|
||||
Reference in New Issue
Block a user