float deg = chf("degrees");
vector4 quat = quaternion(radians(deg),v@A);
v@c = qrotate(quat,v@B); 

v@A:回転軸となるベクトル v@B:回転対象のベクトル v@C:回転結果のベクトル