Function rotateAroundAxis

void rotateAroundAxis(T) (
  ref Vector!(T,3) V,
  Vector!(T,3) P,
  Vector!(T,3) D,
  T angle
);