IGridPointTPoint Interface |
Namespace: Gamelogic.Grids
[VersionAttribute(1, 0, 0)] public interface IGridPoint<TPoint> : IEquatable<TPoint>, IGridPoint where TPoint : Object, IGridPoint<TPoint>
The IGridPointTPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| SpliceCount |
For spliced grids, this is the number of slices for all points.
For Uniform grids, this is always 1.
| |
| SpliceIndex |
For spliced grids, this is the index of the splice.
For Uniform grids, this is always 0.
|
| Name | Description | |
|---|---|---|
| DistanceFrom |
The lattice distance between two points.
Two points should have a distance of 1 if and only if they are neighbors.
| |
| Equals | (Inherited from IEquatableTPoint.) |