Function static_math::transformations::rotx[][src]

pub fn rotx<T: Float>(angle: T) -> M33<T>
Expand description

Compute the rotation around the x axis(in cartesian coordinates)

description

  • angle - angle of rotation in radians