gfx v0.1.0 (2018-12-16T20:49:04Z)
Dub
Repo
rotationPure
gfx
math
transform
Build a pure 3d rotation matrix with angle in radians
@
safe
pure
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
rotate
rotation
rotationPure
scale
transform
translate
translation
Build a pure 3d rotation matrix with angle in radians