Table of Contents

Enum CoordinatePermutation

Namespace
Gamelogic.Grids2.Graph
Assembly
Gamelogic.Grids2.dll

Denotes a permutation of the coordinates of a Vector3

public enum CoordinatePermutation

Fields

XYZ = 0
XZY = 1
YXZ = 2
YZX = 3
ZXY = 4
ZYX = 5