pub fn rotate_radians<T>(angle: T) -> [[T; 3]; 2]where
    T: Float,
Expand description

Creates a rotation matrix.