Quat constructor

Quat([
  1. double w = 1,
  2. double x = 0,
  3. double y = 0,
  4. double z = 0,
])

Create a Quanternation value with the given parameters

w

x

y

z

Implementation

Quat ([this.w = 1, this.x = 0, this.y = 0, this.z = 0]);