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