pub fn from_angle_y<E>(angle: E) -> Mat3<E, DescriptorOrderColumnMajor>Expand description
Creates a 3x3 matrix for a rotation around the Y-axis.
ยงArguments
angle- The rotation angle in radians.
pub fn from_angle_y<E>(angle: E) -> Mat3<E, DescriptorOrderColumnMajor>Creates a 3x3 matrix for a rotation around the Y-axis.
angle - The rotation angle in radians.