pub use ;
/// Construct a perspective projection matrix.
// tinhorn: glam 0.33 moved these constructors off `Mat4` into the `camera`
// module and deprecated the old methods; `proj::directx::perspective` /
// `view::look_at_mat4` are the drop-in replacements for `*_rh`.
/// Construct a look-at view matrix (right-handed).