static float
CreateVerticalFieldOfView(
float
fieldOfView
)
Summary
Converts a vertical field of view to a horizontal field of view based on the screen aspect ratio.
static float
CreateVerticalFieldOfView(
float
fieldOfView, float
aspectRatio
)
Summary
Converts a vertical field of view to a horizontal field of view based on the given aspect ratio.