dlsl ~master (2022-04-13T07:10:34.3128445)
Dub
Repo
Quaternion.rotate
dlsl
quaternion
Quaternion
Applies an euler rotation to the current vector and returns $( I this ).
Quaternion
rotate
(real angle, Vector!(valueType, 3) axis)
Quaternion
rotate
(real heading, real attitude, real bank)
struct
Quaternion
(type)
nothrow @
nogc
pure nothrow @
nogc
pure nothrow @
nogc
@
safe
Quaternion
rotate
(
real
heading
,
real
attitude
,
real
bank
)
Meta
Source
See Implementation
dlsl
quaternion
Quaternion
aliases
valueType
constructors
this
functions
opBinary
opBinaryRight
opCast
opCmp
opEquals
opOpAssign
ptr
rotate
rotateX
rotateY
rotateZ
toString
properties
identity
static functions
rotation
rotationX
rotationY
rotationZ
variables
vector
Applies an euler rotation to the current vector and returns $( I this ).