gfx ~reborn (2022-03-31T11:44:27.7929122)
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)
@
safe
pure
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
rotate
rotation
rotationPure
scale
transform
translate
translation
Build a rotation matrix. angle in radians.