All types
|
All members
RT.Coordinates
RT.Coordinates
Cairo
Cell
With
Distance
<TCell>
Chamf
Circle
Fraction
Circular
Cell
Combined
Cell
<TCell>
Edge
Info
<TCell>
Edge
Type
Floret
Generic
Vertex
Grid
Utils
Hex
IHas
Direction
<TCell, TDirection>
IHas
Svg
Geometry
INeighbor
<TCell>
Kite
Link
<T>
Maze
Bias
Octo
Cell
Penrose
Penta
Cell
Pentavector
Point
D
Rhomb
Rhombihexadel
Rhombihexadel
(
hex
,
subtile
)
Rhombihexadel
(
q
,
r
,
subtile
)
Equals
(
other
)
Equals
(
obj
)
GetHashCode
()
LargeHexagon
(
side
Length
)
ToString
()
Center
Edges
Hex
Neighbors
Subtile
Vertices
Grid
Tile
Vertex
Vertex
(
hex
,
pos
)
Equals
(
other
)
Equals
(
obj
)
GetHashCode
()
Hex
Point
Pos
Position
BottomLeft
BottomRight
Left
Right
TopLeft
TopRight
Square
Structure
<TCell>
Svg
Color
Svg
Instructions
Tri
Vertex
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Nested enum:
RT.Coordinates.
Rhombihexadel.Vertex.Position
Assembly:
RT.Coordinates, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null
Namespace:
RT.Coordinates
Declared in:
RT.Coordinates.
Rhombihexadel
.
Vertex
Show inherited types...
Inherits from:
System.Enum
System.ValueType
object
Show implemented interfaces...
Implements:
System.IComparable
System.IConvertible
System.IFormattable
Underlying integer type:
System.Int32
Summary
Identifies one of the six vertices of a hexagon. Every vertex in a
Rhombihexadel
grid is one of these as it is always shared by exactly one hexagon tile.
Enum values
BottomLeft
4
The bottom-left vertex of the hexagon.
BottomRight
3
The bottom-right vertex of the hexagon.
Left
5
The left vertex of the hexagon.
Right
2
The right vertex of the hexagon.
TopLeft
0
The top-left vertex of the hexagon.
TopRight
1
The top-right vertex of the hexagon.