 | IEdgeTPoint Interface |
A point type implements this interface if that point type can be the edge grid of TPoint.
For example, FlatRhombPoints are the points of the edge grid for FlatHexPoints, and hence
FlatRombPoint implements "IEdge<FlatHexPoint>."
(This class replaces IEdgeAnchor).
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax[VersionAttribute(1, 1, 0)]
public interface IEdge<TPoint>
Type Parameters
- TPoint
The IEdgeTPoint type exposes the following members.
Methods|
| Name | Description |
|---|
 | GetEdgeFaces |
Get the coordinates of the faces that corresponds to this point treated as an edge.
|
Top
See Also