Enum Class SymmetricGroup3
- All Implemented Interfaces:
Serializable, Comparable<SymmetricGroup3>, Constable
The symmetric group S3, also known as all the permutation orders of three elements.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final SymmetricGroup3[][]private static final SymmetricGroup3[]private final intprivate final intprivate final intprivate final Matrix3fc -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompose(SymmetricGroup3 that) inverse()intpermute(int i) permuteAxis(Direction.Axis axis) static SymmetricGroup3Returns the enum constant of this class with the specified name.static SymmetricGroup3[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
P123
-
P213
-
P132
-
P312
-
P231
-
P321
-
-
Field Details
-
p0
private final int p0 -
p1
private final int p1 -
p2
private final int p2 -
transformation
-
CAYLEY_TABLE
-
INVERSE_TABLE
-
-
Constructor Details
-
SymmetricGroup3
private SymmetricGroup3(int p0, int p1, int p2)
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
compose
-
inverse
-
permute
public int permute(int i) -
permuteAxis
-
permuteVector
-
permuteVector
-
transformation
-