Quaternion.fromAxis

Constructs a Quaternion from axis + angle.

struct Quaternion(T)
static pure nothrow @safe @nogc
fromAxis
(
Vector!(T, 3) axis
,)

Meta