Table of Contents

Method XYZToYXZ

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

XYZToYXZ(IMap<Vector3, Vector3>)

Creates a map that shift the axes of a map from XYZ to YXZ.

public static IMap<Vector3, Vector3> XYZToYXZ(this IMap<Vector3, Vector3> map)

Parameters

map IMap<Vector3, Vector3>

Base map that get its axes shift.

Returns

IMap<Vector3, Vector3>