Uses of Enum Class
com.mojang.math.SymmetricGroup3
Packages that use SymmetricGroup3
-
Uses of SymmetricGroup3 in com.mojang.math
Fields in com.mojang.math declared as SymmetricGroup3Modifier and TypeFieldDescriptionprivate static final SymmetricGroup3[][]
SymmetricGroup3.cayleyTable
private final SymmetricGroup3
OctahedralGroup.permutation
Methods in com.mojang.math that return SymmetricGroup3Modifier and TypeMethodDescriptionSymmetricGroup3.compose
(SymmetricGroup3 pOther) static SymmetricGroup3
Returns the enum constant of this class with the specified name.static SymmetricGroup3[]
SymmetricGroup3.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mojang.math with parameters of type SymmetricGroup3Constructors in com.mojang.math with parameters of type SymmetricGroup3ModifierConstructorDescriptionprivate
OctahedralGroup
(String pName, SymmetricGroup3 pPermutation, boolean pInvertX, boolean pInvertY, boolean pInvertZ)