Table of Contents

Method ParallelogramWrapXY

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

ParallelogramWrapXY(float, float)

Returns a map that wraps the X coordinate around at the given width and the Y coordinate around the given height.

public static IMap<Vector3, Vector3> ParallelogramWrapXY(float width, float height)

Parameters

width float
height float

Returns

IMap<Vector3, Vector3>