Quaternion.this

Construct a Quaternion from a value.

  1. this(U x)
    struct Quaternion(T)
    @nogc pure nothrow
    this
    (
    U
    )
    (
    U x
    )
    if (
    isAssignable!U
    )
  2. this(T qw, T qx, T qy, T qz)

Meta