class procedure AspectFieldOfView( var FieldOfView: TVector4Single; const WindowWidthToHeight: Single);
Fix given field of view value for window aspect ratio. The idea is that OrthoViewpoint.fieldOfView specifies the minimal extents. Depending on your window aspect ratio, you may need to make one extent (vertical or horizontal) larger to adjust.