Method ParallelogramWrapXY
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)