Quaternion.this

Constructs quaternion from single value or array of values

  1. this(float val)
  2. this(float[4] vals)
    struct Quaternion
    this
    (
    in float[4] vals...
    )
  3. this(float[3] vals)
  4. this(mat4 m)
  5. this(vec3 axis, float angle)

Meta