Click or drag to resize

FlatRhombGridTCell Methods

The FlatRhombGridTCell generic type exposes the following members.

Methods
  NameDescription
Public methodStatic memberArrayPointFromGridPoint
Public methodStatic memberBeginShape
Use this method to begin a shape building sequence.
Public methodStatic memberCalculateStorage
Public methodCloneStructureTNewCellType
Returns a grid in the same shape, but with contents in the new type.
(Overrides AbstractSplicedGridTCell, TPoint, TBasePointCloneStructureTNewCell.)
Public methodContains (Inherited from AbstractSplicedGridTCell, TPoint, TBasePoint.)
Public methodStatic memberDefault
Public methodStatic memberDefaultContains
Public methodEquals (Inherited from Object.)
Public methodStatic memberFatRectangle
Protected methodFinalize (Inherited from Object.)
Public methodGetAllNeighbors (Inherited from AbstractSplicedGridTCell, TPoint, TBasePoint.)
Public methodGetEnumerator (Inherited from AbstractSplicedGridTCell, TPoint, TBasePoint.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLargeSet
This functions returns a large number of points around the origin. This is useful(when used with big enough n) to determine whether a grid that is missing points is doing so becuase of an incorrect test function, or an incorrect storage rectangle. Use for debugging.
(Inherited from AbstractSplicedGridTCell, TPoint, TBasePoint.)
Public methodGetNeighborDirections (Inherited from AbstractSplicedGridTCell, TPoint, TBasePoint.)
Public methodGetStoragePoints
This method returns all points that can be contained by the storage rectangle for this grid. This is useful for debugging shape functions.
(Inherited from AbstractSplicedGridTCell, TPoint, TBasePoint.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberGridPointFromArrayPoint
Public methodStatic memberHexagon
Protected methodMakePoint (Overrides AbstractSplicedGridTCell, TPoint, TBasePointMakePoint(TBasePoint, Int32).)
Protected methodMakeUnderlyingGrid (Overrides AbstractSplicedGridTCell, TPoint, TBasePointMakeUnderlyingGrid(Int32, Int32).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParallelogram
Public methodStatic memberRectangle
Public methodSetGridPointTransforms
this function make it possible to do things such as flip axes.
(Inherited from AbstractSplicedGridTCell, TPoint, TBasePoint.)
Public methodStatic memberSingle
Public methodStatic memberSingleGroup
Public methodStatic memberThinRectangle
Public methodToString (Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also