from_angle_y

Function from_angle_y 

Source
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.