Vector.rotate

*

struct Vector(T, ubyte N)
ref
static if(is(T == float) && N == 3)
Vector!(T, 3)
rotate
(
float angle
,
Vector!(T, 3) axis
)
if (
N >= 2 &&
N <= 4
)

Meta