Quaternion.this

Constructs a Quaternion from coordinates. Warning: order of coordinates is different from storage.

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

Meta