Package com.mojang.math
Enum Class SymmetricGroup3
- All Implemented Interfaces:
Serializable
,Comparable<SymmetricGroup3>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final SymmetricGroup3[][]
private static final int
private final int[]
private final org.joml.Matrix3f
-
Constructor Summary
ModifierConstructorDescriptionprivate
SymmetricGroup3
(int p_109176_, int p_109177_, int p_109178_) -
Method Summary
Modifier and TypeMethodDescriptioncompose
(SymmetricGroup3 p_109183_) int
permutation
(int p_109181_) org.joml.Matrix3f
static SymmetricGroup3
Returns 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
-
P231
-
P312
-
P321
-
-
Field Details
-
permutation
private final int[] permutation -
transformation
private final org.joml.Matrix3f transformation -
ORDER
private static final int ORDER- See Also:
-
cayleyTable
-
-
Constructor Details
-
SymmetricGroup3
private SymmetricGroup3(int p_109176_, int p_109177_, int p_109178_)
-
-
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
-
permutation
public int permutation(int p_109181_) -
transformation
public org.joml.Matrix3f transformation()
-