Click or drag to resize

IVertexTPoint Interface

This point type is the type of vertex anchor point of the type parmater. The vertex anchor is the point from which all the vertices are calculated. For example, if TriPoint implements ISupportsVertexGrid<HexPoint>, then HexPoint will implement IVertex<TriPoint>. (This class replaces IVertexAnchor).

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 1, 0)]
public interface IVertex<TPoint>

Type Parameters

TPoint

The IVertexTPoint type exposes the following members.

Methods
  NameDescription
Public methodGetVertexFaces
Get the coordinates of the faces that corresponds to this point treated as a vertex.
Top
See Also