Camera3DOrthographicViewAreaToDistance Method (SizeFloat, Double, Double) |
LightningChart .NET Help
Converts orthographic view's area into a view distance value.
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static float OrthographicViewAreaToDistance(
SizeFloat viewArea,
double aspectRatio,
double fov
)
Public Shared Function OrthographicViewAreaToDistance (
viewArea As SizeFloat,
aspectRatio As Double,
fov As Double
) As Single
public:
static float OrthographicViewAreaToDistance(
SizeFloat viewArea,
double aspectRatio,
double fov
)
Parameters
- viewArea
- Type: Arction.WinForms.ChartingSizeFloat
Orthographic view area. - aspectRatio
- Type: SystemDouble
Aspect ratio. - fov
- Type: SystemDouble
Field of view, in radians.
Return Value
Type:
SingleOrthographic view's area as view distance.
See Also