Interface ISupportsVertexGrid<TPoint>
Indicates that a grid supports an vertex grid.
[Version(1, 1, 0)]
public interface ISupportsVertexGrid<TPoint> where TPoint : IGridPoint<TPoint>
Type Parameters
TPoint
- Extension Methods
Methods
MakeVertexGrid<TNewCell>()
Makes a grid that corresponds to the vertices of this grid.
If point is inside this grid, then all of point.GetVertices() are in the grid returned by this method.
IGrid<TNewCell, TPoint> MakeVertexGrid<TNewCell>()
Returns
- IGrid<TNewCell, TPoint>
Type Parameters
TNewCell