Click or drag to resize

PointyTriHexagonWrapper Class

A wrapper that wraps tri points over a hexagon, similar to the way hex points are wrapped in this example: http://www.redblobgames.com/grids/hexagons/ Since version 1.7
Inheritance Hierarchy
SystemObject
  Gamelogic.GridsPointyTriHexagonWrapper

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class PointyTriHexagonWrapper : IPointWrapper<PointyTriPoint>

The PointyTriHexagonWrapper type exposes the following members.

Constructors
  NameDescription
Public methodPointyTriHexagonWrapper
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodWrap
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also