Quaternion

Undocumented in source.

Constructors

this
this(Vec3 vec3)
Undocumented in source.
this
this(Vec3 vec3, float rad)
Undocumented in source.

Members

Functions

opBinary
Quat opBinary(Quat quat)
Undocumented in source. Be warned that the author may not have intended to support it.
rotate
void rotate(Vec3 vec3, float rad)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(Vec3 vec3)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(float rad)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(Vec3 vec3, float rad)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

conjugate
Quat conjugate [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rad
float rad [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
to_mat4
Mat4 to_mat4 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
vec3
Vec3 vec3 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta