Quaternion.this

Constructor from scalar components

  1. this(T x, T y, T z, T w)
    struct Quaternion(T)
    this
    (
    T x
    ,
    T y
    ,
    T z
    ,
    T w
    )
    if (
    __traits(isArithmetic, T)
    )
  2. this(Vector!(T, 3) v, T w)
  3. this(Range r)

Meta