DualQuaternion.this

Construct from eight values of type $( I valueType ) first four the real part, rotation quaternion with last value being the w value last four being the dual, translation part

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

Meta