Enum TriplePermutation

    • Field Detail

      • permutation

        private final int[] permutation
      • transformation

        private final Matrix3f transformation
    • Constructor Detail

      • TriplePermutation

        private TriplePermutation​(int p_i232416_3_,
                                  int p_i232416_4_,
                                  int p_i232416_5_)
    • Method Detail

      • values

        public static TriplePermutation[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (TriplePermutation c : TriplePermutation.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static TriplePermutation valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • permutation

        public int permutation​(int p_239187_1_)
      • transformation

        public Matrix3f transformation()