QuaternionT.this

Constructs a quaternion from a vector

  1. this(Vector4T!T vec)
    struct QuaternionT(T)
    this
    pure nothrow
    (
    Vector4T!T vec
    )
    if (
    __traits(isFloating, T)
    )
  2. this(QuaternionT!T quat)
  3. this(Vector3T!T axis, T theta)

Meta