toQuaternion method

Quaternion toQuaternion()

Implementation

Quaternion toQuaternion() {
  return Quaternion(x, y, z, w);
}