Interface IDualMapping
Assembly: Sylves.dll
Syntax
public interface IDualMapping
Properties
BaseGrid
The grid this mapping was constructed from.
Declaration
Property Value
DualGrid
Declaration
Property Value
Methods
ToBasePair(Cell, CellCorner)
Finds the corresponding base cell to a corner of a dual cell, and the corner of the base cell that returns back.
Declaration
Nullable<(Cell, CellCorner)> ToBasePair(Cell dualCell, CellCorner corner)
Parameters
Returns
ToDualPair(Cell, CellCorner)
Finds the corresponding dual cell to a corner of a base cell, and the corner of the dual cell that returns back.
Declaration
Nullable<(Cell, CellCorner)> ToDualPair(Cell baseCell, CellCorner corner)
Parameters
Returns
Extension Methods