@lakuna/umath
    Preparing search index...

    Function fromValues

    • Create a dual quaternion with the given values.

      Type Parameters

      Parameters

      • x1: number

        The first real component.

      • y1: number

        The second real component.

      • z1: number

        The third real component.

      • w1: number

        The fourth real component.

      • x2: number

        The first dual component.

      • y2: number

        The second dual component.

      • z2: number

        The third dual component.

      • w2: number

        The fourth dual component.

      • out: T

        The dual quaternion to store the result in.

      Returns T

      A new dual quaternion.