Quaternion.Quaternion
Quaternion(x: float, y: float, z: float, w: float)
Quaternion(float x, float y, float z, float w);
def Quaternion(x as float, y as float, z as float, w as float)
Description

Constructs new Quaternion with given x,y,z,w components.