Quaternion.opAssign

Assign from another Quaternion.

  1. Quaternion opAssign(U u)
    struct Quaternion(T)
    @nogc ref pure nothrow
    opAssign
    (
    U
    )
    (
    U u
    )
    if (
    is(typeof(U._isQuaternion)) &&
    is(U._T : T)
    )
  2. Quaternion opAssign(U u)

Meta