Calculates the field angle from the inverse aspect ratio.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static double GetFieldOfViewWithAspectRatioInversed(
	double fieldOfView,
	double aspectRatio
)

Parameters

fieldOfView
Type: System..::.Double
Field angle.
aspectRatio
Type: System..::.Double
Inverse aspect ratio.

Return Value

Returns calculated field angle.

See Also