model_for_body
Defined in: rotation.rs:58
fn model_for_body(name: &str) -> [Option<&‘static IauRotationModel>](https://doc.rust-lang.org/std/option/enum.Option.html)
Look up the base IAU rotation model for a body by name.
For the Moon, prefer body_orientation which uses the libration-corrected
variant crate::moon::moon_orientation instead of the base linear model.