Quaternion.this

Creates a new Quaternion, in which initial values are X, Y, Z and W.

  1. this(float x, float y, float z, float w)
    struct Quaternion
    this
    (
    float x
    ,
    float y
    ,
    float z
    ,
    float w
    )
  2. this(float x, float y, float z)
  3. this(float x, float y)
  4. this(float x)

Meta