Click or drag to resize

Camera3DOrthographicViewAreaToDistance Method (SizeFloat, Double, Double)

LightningChart .NET Help
Converts orthographic view's area into a view distance value.

Namespace:  Arction.Wpf.Charting.Views.View3D
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static float OrthographicViewAreaToDistance(
	SizeFloat viewArea,
	double aspectRatio,
	double fov
)

Parameters

viewArea
Type: Arction.Wpf.ChartingSizeFloat
Orthographic view area.
aspectRatio
Type: SystemDouble
Aspect ratio.
fov
Type: SystemDouble
Field of view, in radians.

Return Value

Type: Single
Orthographic view's area as view distance.
See Also