gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
rotation
gfx
math
transform
Build a rotation matrix. angle in radians.
Mat3x3
!
T
rotation
(T angle)
auto
rotation
(T angle, V axis)
auto
rotation
(T angle, T x, T y, T z)
pure @
safe
@
nogc
nothrow
auto
rotation
(
T
)
(
in
T
angle
,
in
T
x
,
in
T
y
,
in
T
z
)
if
(
isFloatingPoint
!
T
)
Meta
Source
See Implementation
gfx
math
transform
functions
affineMult
affineRotation
affineScale
affineTranslation
eulerAngles
rotate
rotation
rotationPure
scale
transform
translate
translation
Build a rotation matrix. angle in radians.