pp v0.0.52 (2019-04-12T13:41:01Z)
Dub
Repo
Quaternion.this
polyplex
math
simplemath
quaternion
Quaternion
Creates a new Quaternion, in which initial values are X, Y, Z and W.
this
(float x, float y, float z, float w)
struct
Quaternion
this
(
float
x
,
float
y
,
float
z
,
float
w
)
this
(float x, float y, float z)
this
(float x, float y)
this
(float x)
Meta
Source
See Implementation
polyplex
math
simplemath
quaternion
Quaternion
constructors
this
functions
ForwardDirection
LeftDirection
Normalized
Reorient
Rotate
UpDirection
W
X
Y
Z
opBinary
toString
static functions
EulerToQuaternion
FromMatrix
Identity
Rotated
Creates a new Quaternion, in which initial values are X, Y, Z and W.