Record Class GivensPair

java.lang.Object
java.lang.Record
net.minecraft.util.math.GivensPair
Record Components:
sinHalf -
cosHalf -

public record GivensPair(float sinHalf, float cosHalf) extends Record
A pair of sin(θ) and cos(θ) used in Givens quaternion.
Mappings:
Namespace Name
named net/minecraft/util/math/GivensPair
intermediary net/minecraft/class_8218
official e
named sinHalf
intermediary comp_1317
official a
named cosHalf
intermediary comp_1318
official b
  • Field Details

    • sinHalf

      private final float sinHalf
      The field for the sinHalf record component.
    • cosHalf

      private final float cosHalf
      The field for the cosHalf record component.
  • Constructor Details

    • GivensPair

      public GivensPair(float float2, float float3)
  • Method Details

    • normalize

      public static GivensPair normalize(float a, float b)
      Mappings:
      Namespace Name Mixin selector
      named normalize Lnet/minecraft/util/math/GivensPair;normalize(FF)Lnet/minecraft/util/math/GivensPair;
      intermediary method_49727 Lnet/minecraft/class_8218;method_49727(FF)Lnet/minecraft/class_8218;
      official a Le;a(FF)Le;
    • fromAngle

      public static GivensPair fromAngle(float radians)
      Mappings:
      Namespace Name Mixin selector
      named fromAngle Lnet/minecraft/util/math/GivensPair;fromAngle(F)Lnet/minecraft/util/math/GivensPair;
      intermediary method_49726 Lnet/minecraft/class_8218;method_49726(F)Lnet/minecraft/class_8218;
      official a Le;a(F)Le;
    • negateSin

      public GivensPair negateSin()
      Mappings:
      Namespace Name Mixin selector
      named negateSin Lnet/minecraft/util/math/GivensPair;negateSin()Lnet/minecraft/util/math/GivensPair;
      intermediary method_49725 Lnet/minecraft/class_8218;method_49725()Lnet/minecraft/class_8218;
      official a Le;a()Le;
    • setXRotation

      public Quaternionf setXRotation(Quaternionf quaternionf)
      Mappings:
      Namespace Name Mixin selector
      named setXRotation Lnet/minecraft/util/math/GivensPair;setXRotation(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;
      intermediary method_49729 Lnet/minecraft/class_8218;method_49729(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;
      official a Le;a(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;
    • setYRotation

      public Quaternionf setYRotation(Quaternionf quaternionf)
      Mappings:
      Namespace Name Mixin selector
      named setYRotation Lnet/minecraft/util/math/GivensPair;setYRotation(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;
      intermediary method_49732 Lnet/minecraft/class_8218;method_49732(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;
      official b Le;b(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;
    • setZRotation

      public Quaternionf setZRotation(Quaternionf quaternionf)
      Mappings:
      Namespace Name Mixin selector
      named setZRotation Lnet/minecraft/util/math/GivensPair;setZRotation(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;
      intermediary method_49735 Lnet/minecraft/class_8218;method_49735(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;
      official c Le;c(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;
    • cosDouble

      public float cosDouble()
      Mappings:
      Namespace Name Mixin selector
      named cosDouble Lnet/minecraft/util/math/GivensPair;cosDouble()F
      intermediary method_49730 Lnet/minecraft/class_8218;method_49730()F
      official b Le;b()F
    • sinDouble

      public float sinDouble()
      Mappings:
      Namespace Name Mixin selector
      named sinDouble Lnet/minecraft/util/math/GivensPair;sinDouble()F
      intermediary method_49733 Lnet/minecraft/class_8218;method_49733()F
      official c Le;c()F
    • setRotationX

      public Matrix3f setRotationX(Matrix3f matrix3f)
      Mappings:
      Namespace Name Mixin selector
      named setRotationX Lnet/minecraft/util/math/GivensPair;setRotationX(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;
      intermediary method_49728 Lnet/minecraft/class_8218;method_49728(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;
      official a Le;a(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;
    • setRotationY

      public Matrix3f setRotationY(Matrix3f matrix3f)
      Mappings:
      Namespace Name Mixin selector
      named setRotationY Lnet/minecraft/util/math/GivensPair;setRotationY(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;
      intermediary method_49731 Lnet/minecraft/class_8218;method_49731(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;
      official b Le;b(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;
    • setRotationZ

      public Matrix3f setRotationZ(Matrix3f matrix3f)
      Mappings:
      Namespace Name Mixin selector
      named setRotationZ Lnet/minecraft/util/math/GivensPair;setRotationZ(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;
      intermediary method_49734 Lnet/minecraft/class_8218;method_49734(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;
      official c Le;c(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • sinHalf

      public float sinHalf()
      Returns the value of the sinHalf record component.
      Returns:
      the value of the sinHalf record component
    • cosHalf

      public float cosHalf()
      Returns the value of the cosHalf record component.
      Returns:
      the value of the cosHalf record component