Creates a 4x4 rotation matrix that rotates a given vector around an arbitrary axis by a specified angle.
This function generates a rotation matrix for 3D transformations. The matrix will rotate vectors by
an angle (anglerad) around a specified axis (axis). The resulting matrix is typically used in 3D
rendering to rotate objects in space.
Creates a 4x4 rotation matrix that rotates a given vector around an arbitrary axis by a specified angle.
This function generates a rotation matrix for 3D transformations. The matrix will rotate vectors by an angle (
anglerad) around a specified axis (axis). The resulting matrix is typically used in 3D rendering to rotate objects in space.