Quaternion.this

Construct quaternion from euler angles

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

Meta