Table of Contents

Method ParallelogramWrapX

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

ParallelogramWrapX(float)

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

public static IMap<Vector3, Vector3> ParallelogramWrapX(float width)

Parameters

width float

Returns

IMap<Vector3, Vector3>