API Docs for:
Show:

hex_core.EdgeDirection Class

Use this class to look up the numerical value of a EdgeDirection from JSON. These are the edge 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 EdgeDirection["NW"] or EdgeDirection.NW returns 0; The possible edge directions are "NW","N","NE","SE","S","SW"

Item Index