All types
|
All members
RT.Coordinates
RT.Coordinates
At
Edges
Cairo
Cell
With
Distance
<TCell>
Chamf
Circle
Fraction
Circular
Cell
Combined
Cell
<TCell>
Edge
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
Rhomb
Rhombihexadel
Snubquad
Square
Structure
<TCell>
Svg
Color
Svg
Instructions
Tri
Vertex
PuzzleSolvers
RT.CommandLine
RT.Geometry
RT.Json
RT.Lingo.Base
RT.PostBuild
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Util.Core
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Struct:
RT.Coordinates.
EdgeInfo<TCell>
Assembly:
RT.Coordinates, Version=4.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.