Function fromRotationTranslationValues

  • Creates a new dual quat from the given values (quat and translation)

    Parameters

    • x1: number

      X component

    • y1: number

      Y component

    • z1: number

      Z component

    • w1: number

      W component

    • x2: number

      X component (translation)

    • y2: number

      Y component (translation)

    • z2: number

      Z component (translation)

    Returns quat2

    new dual quaternion

    Function

Generated using TypeDoc