pub fn ground_reflection_matrix(height: f32) -> Mat4
Computes a reflection matrix for a horizontal ground plane at given height.
Assumes Y-up coordinate system.