Quaternion.opAssign

Assign from a vector of 4 elements.

  1. Quaternion opAssign(U u)
  2. Quaternion opAssign(U u)
    struct Quaternion(T)
    @nogc ref pure nothrow
    opAssign
    (
    U
    )
    (
    U u
    )
    if (
    is(U : Vector!(T, 4u))
    )

Meta