View on GitHub

SpheroidScript

//Spheroid Script/spheroid/Quaternion

Quaternion

class Quaternion(x: Number, y: Number, z: Number, w: Number)

Functions

Name Summary
toString fun toString(): String

Properties

Name Summary
w val w: Double
x val x: Double
y val y: Double
z val z: Double