Quaterni.fromAngle

struct Quaterni(T)
pure static
fromAngle
(
size_t K
E
)
(
,
in Vector!(K, E) axis
)
if (
(
K == 0 ||
K == 3
)
&&
isFloatingPoint!E
)
if (
isFloatingPoint!T
)

Meta