Package com.mojang.math
Enum Class SymmetricGroup3
- All Implemented Interfaces:
- Serializable,- Comparable<SymmetricGroup3>,- Constable
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final SymmetricGroup3[][]private static final intprivate final int[]private final org.joml.Matrix3f
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateSymmetricGroup3(int p_109176_, int p_109177_, int p_109178_) 
- 
Method SummaryModifier and TypeMethodDescriptioncompose(SymmetricGroup3 p_109183_) intpermutation(int p_109181_) org.joml.Matrix3fstatic 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
- 
P231
- 
P312
- 
P321
 
- 
- 
Field Details- 
permutationprivate final int[] permutation
- 
transformationprivate final org.joml.Matrix3f transformation
- 
ORDERprivate static final int ORDER- See Also:
 
- 
cayleyTable
 
- 
- 
Constructor Details- 
SymmetricGroup3private SymmetricGroup3(int p_109176_, int p_109177_, int p_109178_) 
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
compose
- 
permutationpublic int permutation(int p_109181_) 
- 
transformationpublic org.joml.Matrix3f transformation()
 
-