gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
eulerAngles
gfx
math
transform
Build a rotation matrix from Euler angles The convention taken is Xa, Zb, Xc
Mat3
!
T
eulerAngles
(T a, T b, T c)
pure @
safe
@
nogc
nothrow
Mat3
!
T
eulerAngles
(
T
)
(
in
T
a
,
in
T
b
,
in
T
c
)
if
(
isFloatingPoint
!
T
)
auto
eulerAngles
(V angles)
Meta
Source
See Implementation
gfx
math
transform
functions
affineMult
affineRotation
affineScale
affineTranslation
eulerAngles
rotate
rotation
rotationPure
scale
transform
translate
translation
Build a rotation matrix from Euler angles The convention taken is Xa, Zb, Xc