refact: implement rotation matrices
The functions rotx, roty, rotz are not built-in of MATLAB (wtf). Instead they come from a very expensive toolbox. As none other function of this toolbox are needed, the functions are reimplemented manually for Rotare to remove that useless dependency.
src/utils/rotx.m
0 → 100644
src/utils/roty.m
0 → 100644
src/utils/rotz.m
0 → 100644
Please register or sign in to comment