Quaternion.this

Construct by angle and axis-Vector. Axis-Vector will be normalized, so don't worry about length

  1. this()
  2. this(double angle, Vector axis)
    class Quaternion
    this
    (
    double angle
    ,)
  3. this(double angle, double _x, double _y, double _z)

Meta