Function vox_geometry_rust::math_utils::degrees_to_radians[][src]

pub fn degrees_to_radians<T: Float>(angle_in_degrees: T) -> T
Expand description

Converts degrees to radians.

  • Parameter angle_in_degrees The angle in degrees.

  • tparam T Value type.

  • return Angle in radians.