DualQuaternion.this

Construct from two Quaternions

  1. this(valueType rx, valueType ry, valueType rz, valueType rw, valueType dx, valueType dy, valueType dz, valueType dw)
  2. this(Quaternion!valueType r, Quaternion!valueType d)
    struct DualQuaternion(type)
    nothrow @nogc pure nothrow @nogc pure nothrow @nogc @safe
    this
    ()
  3. this(Quaternion!valueType r, Vector!(valueType, 3) v)

Meta