public static float VerticalToHorizontalFieldOfView(float verticalFieldOfView,
float aspectRatio);
Parameters
| verticalFieldOfView | The vertical FOV value in degrees. | |
| aspectRatio | The aspect ratio value used for the conversion |
Description 描述
Converts the vertical field of view (FOV) to the horizontal FOV, based on the value of the aspect ratio parameter.