Quaterni.fromAngle

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

Meta