PlaneExtensions
Class in in ChivalrousGames.Common
Description
Extension methods for the
Plane enum
Static Methods
GetPerpendicularAxis
public static Axis GetPerpendicularAxis(this Plane plane);
Return
Axis | axis that is irrelevant for this plane |
Description
Gets the axis that is irrelevant for this plane
GetPlaneAxisList
public static List GetPlaneAxisList(this Plane plane);
Return
List<Axis> | The list of axis from which this plane is created |
Description
Gets the list of axis from which this plane is created