Quaternion
data class Quaternion(var x: Double = 0.0, var y: Double = 0.0, var z: Double = 0.0, var w: Double = 1.0)
Construct Quaternion and set each value. The Quaternion will be normalized during construction Default: Identity
Construct Quaternion and set each value. The Quaternion will be normalized during construction Default: Identity