Quaternion.rotate

Apply a 3d rotation Quaternion over a 3d/4d Vector

struct Quaternion(T = floatt)
nothrow pure const
V
rotate
(
V
)
(
auto ref const V v
)
if (
isVector!V &&
V.dim >= 3
)
if (
__traits(isFloating, T)
)

Meta