gl3n v1.3.1 (2016-01-07T21:01:40Z)
Home
Dub
Repo
Quaternion.rotate_euler
gl3n
linalg
Quaternion
Applies an euler rotation to the current quaternion and returns
this
.
struct
Quaternion
(type)
@
safe
pure nothrow
Quaternion
rotate_euler
(
real
heading
,
real
attitude
,
real
bank
)
Meta
Source
See Implementation
gl3n
linalg
Quaternion
aliases
conjugate
conjugated
ok
qt
toString
w
x
y
z
constructors
this
functions
invert
make_identity
normalize
normalized
opBinary
opBinaryRight
opCast
opCmp
opEquals
opOpAssign
rotate_axis
rotate_euler
rotatex
rotatey
rotatez
to_matrix
properties
as_string
identity
inverse
isFinite
magnitude
magnitude_squared
pitch
roll
value_ptr
yaw
static functions
axis_rotation
euler_rotation
from_matrix
xrotation
yrotation
zrotation
templates
coord_to_index
variables
quaternion
Applies an euler rotation to the current quaternion and returns this.