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.cayleyTableprivate final SymmetricGroup3OctahedralGroup.permutationMethods in com.mojang.math that return SymmetricGroup3Modifier and TypeMethodDescriptionSymmetricGroup3.compose(SymmetricGroup3 other) static SymmetricGroup3Returns 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 SymmetricGroup3ModifierConstructorDescriptionprivateOctahedralGroup(String name, SymmetricGroup3 permutation, boolean invertX, boolean invertY, boolean invertZ)