API Docs for:
Show:

hex_core.VertexDirection Class

Use this class to look up the numerical value of a VertexDirection from JSON. These are the vertex values in clockwise order starting at NW. They are in order so that modulo math makes this easy Edge and Vertex Directions give you the edge and then the vertex in clockwise order. It's really just an enumeration. For example VertexDirection["NW"] or VertexDirection.NW returns 1; The possible VertexDirection are "W","NW","NE","E","SE","SW"

Item Index