pub fn perspective_rh_zo_general<T>(
    fov_y_radians: T,
    aspect_ratio: T,
    inv_n: T,
    inv_f: T
) -> Mat4<T>
where T: Real + FloatConst + Debug,
Expand description

Same as perspective_lh_zo_general, but for right-handed source spaces.