Enum Class SymmetricGroup3

java.lang.Object
java.lang.Enum<SymmetricGroup3>
com.mojang.math.SymmetricGroup3
All Implemented Interfaces:
Serializable, Comparable<SymmetricGroup3>, Constable

public enum SymmetricGroup3 extends Enum<SymmetricGroup3>
  • Enum Constant Details

  • Field Details

    • permutation

      private final int[] permutation
    • transformation

      private final Matrix3f transformation
    • ORDER

      private static final int ORDER
      See Also:
      Constant Field Values
    • cayleyTable

      private static final SymmetricGroup3[][] cayleyTable
  • Constructor Details

    • SymmetricGroup3

      private SymmetricGroup3(int p_109176_, int p_109177_, int p_109178_)
  • Method Details

    • values

      public static SymmetricGroup3[] 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

      public static SymmetricGroup3 valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • compose

      public SymmetricGroup3 compose(SymmetricGroup3 p_109183_)
    • permutation

      public int permutation(int p_109181_)
    • transformation

      public Matrix3f transformation()