All types
|
All members
RT.Coordinates
RT.Coordinates
Cairo
Cell
With
Distance
<TCell>
Chamf
Circle
Fraction
Circular
Cell
Combined
Cell
<TCell>
Edge
Info
<TCell>
Deconstruct
(
edge
Type
,
cell1
,
cell2
)
Cell1
Cell2
EdgeType
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
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
Struct:
RT.Coordinates.
EdgeInfo<TCell>
Assembly:
RT.Coordinates, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null
Namespace:
RT.Coordinates
Show inherited types...
Inherits from:
System.ValueType
object
Summary
Encapsulates information returned by
Structure
<TCell>
.
svgEdgeType
(
Link
<
Vertex
>
,
List<TCell>
)
.
Generic type parameters
TCell
The type of cell used by the structure.
Instance methods
void
Deconstruct
(
out
EdgeType
edgeType
,
out TCell
cell1
,
out TCell
cell2
)
Deconstructor.
Instance fields
TCell
Cell1
Contains a cell adjacent to the edge. If
EdgeInfo
<TCell>
.
EdgeType
is
EdgeType
.
Outline
, this is the only cell used.
TCell
Cell2
Contains the cell on the opposite side of the edge from
EdgeInfo
<TCell>
.
Cell1
. If
EdgeInfo
<TCell>
.
EdgeType
is
EdgeType
.
Outline
, this field is unused.
EdgeType
EdgeType
The type of edge to use when drawing an edge in SVG.