Vizard 8 » Command Index » Vizard modules » vizmat » <vizmat>.getVerticalFOV
8.1

<vizmat>.getVerticalFOV

Get the vertical FOV given 2 known arguments

<vizmat>.getVerticalFOV(  
horizontal = None  
diagonal = None  
aspectRatio = None  
)  
horizontal = None
Horizontal FOV in degrees
diagonal = None
Diagonal FOV in degrees
aspectRatio = None
Horizontal to vertical aspect ratio

Remarks

Returns the vertical FOV given any 2 of the available arguments.

Return Value

Vertical FOV in degrees

Example

print(vizmat.getVerticalFOV(horizontal=40, aspectRatio=1.6))

See also

<vizmat>.getAspectRatio
<vizmat>.getDiagonalFOV
<vizmat>.getHorizontalFOV