Click or drag to resize

GridPoint2GetColor Method (Int32, Int32, Int32)

Gets the color index for this point for the given coloring parameters.

Namespace:  Gamelogic.Grids2
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
Remarks
Gives a coloring of the grid such that if a point p has color k, then all points p + m[ux, 0] + n[vx, vy] have the same color for any integers a and b.More information about grid colorings: http://gamelogic.co.za/2013/12/18/what-are-grid-colorings/
See Also